Reklam gösterimini engelleyici yazılım kullandığınızı görüyoruz.
Sitemizin ayakta kalıp sizlere hizmet edebilmek için en büyük gelir kaynağı sayfamızda gösterilen reklamlardır.
Reklam gösterimde bizim sayfamıza ayrıcalık tanıyarak ayakta kalmamıza destek olmak ister misiniz ?

Silinmiş Konu   | Yardım

Konu

#1
Merhabalar cs 1.6 basebuilder sma sında ben gereksiz silahları silmek istiyorum örnek scout XM1014 vb silahrı ama bi türlü başaramadım acaba nasıl silebilirim kod: 

static const g_szWpnEntNames[][] = {
"",
"weapon_p228",
"",
"weapon_scout",
"weapon_hegrenade",
"weapon_xm1014",
"weapon_c4",
"weapon_mac10",
"weapon_aug",
"weapon_smokegrenade",
"weapon_elite",
"weapon_fiveseven",
"weapon_ump45",
"weapon_sg550",
"weapon_galil",
"weapon_famas",
"weapon_usp",
"weapon_glock18",
"weapon_awp",
"weapon_mp5navy",
"weapon_m249",
"weapon_m3",
"weapon_m4a1",
"weapon_tmp",
"weapon_g3sg1",
"weapon_flashbang",
"weapon_deagle",
"weapon_sg552",
"weapon_ak47",
"weapon_knife",
"weapon_p90"
}
//Weapon Names (For Guns Menu)
static const szWeaponNames[24][23] = {
"SCOUT",
"XM1014",
"MAC-10",
"AUG",
"UMP45",
"SG550",
"GALIL",
"FAMAS",
"AWP",
"MP5",
"M249",
"M3",
"M4A1",
"TMP",
"G3SG1",
"SG-552",
"AK47",
"P90",
"P228 COMPACT",
"DUAL ELITE BERETTAS",
"FIVESEVEN",
"USP",
"GLOCK",
"DEAGLE"
}


#2
Eklentiyi atmalısınız.



#3
//Custom Player Models
new Float:g_fModelsTargetTime, Float:g_fRoundStartTime
new g_szPlayerModel[MAXPLAYERS+1][32]

//Game Name
new g_szModName[32]

new g_iCountDown, g_iEntBarrier
new bool:g_boolCanBuild, bool:g_boolPrepTime, bool:g_boolRoundEnded
new g_iFriend[MAXPLAYERS+1]
new CsTeams:g_iTeam[MAXPLAYERS+1], CsTeams:g_iCurTeam[MAXPLAYERS+1]
new bool:g_boolFirstTeam[MAXPLAYERS+1]

//Building Stores
new Float:g_fOffset1[MAXPLAYERS+1], Float:g_fOffset2[MAXPLAYERS+1], Float:g_fOffset3[MAXPLAYERS+1]
new g_iOwnedEnt[MAXPLAYERS+1], g_iOwnedEntities[MAXPLAYERS+1]
new Float:g_fEntDist[MAXPLAYERS+1]

static const g_szWpnEntNames[][] = {
"",
"weapon_p228",
"",
"weapon_scout",
"weapon_hegrenade",
"weapon_xm1014",
"weapon_c4",
"weapon_mac10",
"weapon_aug",
"weapon_smokegrenade",
"weapon_elite",
"weapon_fiveseven",
"weapon_ump45",
"weapon_sg550",
"weapon_galil",
"weapon_famas",
"weapon_usp",
"weapon_glock18",
"weapon_awp",
"weapon_mp5navy",
"weapon_m249",
"weapon_m3",
"weapon_m4a1",
"weapon_tmp",
"weapon_g3sg1",
"weapon_flashbang",
"weapon_deagle",
"weapon_sg552",
"weapon_ak47",
"weapon_knife",
"weapon_p90"
}
//Weapon Names (For Guns Menu)
static const szWeaponNames[24][23] = {
"SCOUT",
"XM1014",
"MAC-10",
"AUG",
"UMP45",
"SG550",
"GALIL",
"FAMAS",
"AWP",
"MP5",
"M249",
"M3",
"M4A1",
"TMP",
"G3SG1",
"SG-552",
"AK47",
"P90",
"P228 COMPACT",
"DUAL ELITE BERETTAS",
"FIVESEVEN",
"USP",
"GLOCK",
"DEAGLE"
}
#define MAX_COLORS 24
new const Float:g_fColor[MAX_COLORS][3] =
{
{200.0, 000.0, 000.0},
{255.0, 083.0, 073.0},
{255.0, 117.0, 056.0},
{255.0, 174.0, 066.0},
{255.0, 207.0, 171.0},
{252.0, 232.0, 131.0},
{254.0, 254.0, 034.0},
{059.0, 176.0, 143.0},
{197.0, 227.0, 132.0},
{000.0, 150.0, 000.0},
{120.0, 219.0, 226.0},
{135.0, 206.0, 235.0},
{128.0, 218.0, 235.0},
{000.0, 000.0, 255.0},
{146.0, 110.0, 174.0},
{255.0, 105.0, 180.0},
{246.0, 100.0, 175.0},
{205.0, 074.0, 076.0},
{250.0, 167.0, 108.0},
{234.0, 126.0, 093.0},
{180.0, 103.0, 077.0},
{149.0, 145.0, 140.0},
{000.0, 000.0, 000.0},
{255.0, 255.0, 255.0}
}

new const Float:g_fRenderAmt[MAX_COLORS] =
{
100.0, //Red
135.0, //Red Orange
140.0, //Orange
120.0, //Yellow Orange
140.0, //Peach
125.0, //Yellow
100.0, //Lemon Yellow
125.0, //Jungle Green
135.0, //Yellow Green
100.0, //Green
125.0, //Aquamarine
150.0, //Baby Blue
090.0, //Sky Blue
075.0, //Blue
175.0, //Violet
150.0, //Hot Pink
175.0, //Magenta
140.0, //Mahogany
140.0, //Tan
140.0, //Light Brown
165.0, //Brown
175.0, //Gray
125.0, //Black
125.0 //White
}

new const g_szColorName[MAX_COLORS][] =
{
"Red",
"Red Orange",
"Orange",
"Yellow Orange",
"Peach",
"Yellow",
"Lemon Yellow",
"Jungle Green",
"Yellow Green",
"Green",
"Aquamarine",
"Baby Blue",
"Sky Blue",
"Blue",
"Violet",
"Hot Pink",
"Magenta",
"Mahogany",
"Tan",
"Light Brown",
"Brown",
"Gray",
"Black",
"White"
}

enum
{
COLOR_RED = 0, //200, 000, 000
COLOR_REDORANGE, //255, 083, 073
COLOR_ORANGE, //255, 117, 056
COLOR_YELLOWORANGE, //255, 174, 066
COLOR_PEACH, //255, 207, 171
COLOR_YELLOW, //252, 232, 131
COLOR_LEMONYELLOW, //254, 254, 034
COLOR_JUNGLEGREEN, //059, 176, 143
COLOR_YELLOWGREEN, //197, 227, 132
COLOR_GREEN, //000, 200, 000
COLOR_AQUAMARINE, //120, 219, 226
COLOR_BABYBLUE, //135, 206, 235
COLOR_SKYBLUE, //128, 218, 235
COLOR_BLUE, //000, 000, 200
COLOR_VIOLET, //146, 110, 174
COLOR_PINK, //255, 105, 180
COLOR_MAGENTA, //246, 100, 175
COLOR_MAHOGANY, //205, 074, 076
COLOR_TAN, //250, 167, 108
COLOR_LIGHTBROWN, //234, 126, 093
COLOR_BROWN, //180, 103, 077
COLOR_GRAY, //149, 145, 140
COLOR_BLACK, //000, 000, 000
COLOR_WHITE //255, 255, 255
}

new g_iColor[MAXPLAYERS+1]
new g_iColorOwner[MAX_COLORS]

//Color Menu
new g_iMenuOffset[MAXPLAYERS+1], g_iMenuOptions[MAXPLAYERS+1][8], g_iWeaponPicked[2][MAXPLAYERS+1],
g_iPrimaryWeapon[MAXPLAYERS+1]

new bool:g_boolFirstTime[MAXPLAYERS+1], bool:g_boolRepick[MAXPLAYERS+1]

new Float:g_fBuildDelay[MAXPLAYERS+1]
#define BUILD_DELAY 0.75

#define KEYS_GENERIC (1<<0)|(1<<1)|(1<<2)|(1<<3)|(1<<4)|(1<<5)|(1<<6)|(1<<7)|(1<<8)|(1<<9)

enum
{
ATT_HEALTH = 0,
ATT_SPEED,
ATT_GRAVITY
}


#4
Son Düzenleme: 16-10-2019, Saat: 16:33, Düzenleyen: By.KinG.
Code bloğu halinde atsan görüntü kirliliği olmazdı.

Ayrıca eklentiyi atmamışsın sadece baş kısmı burası.



#5
cok uzun olur diye atmadım


#6
yardımcı olacak biri var mı? bb serverin de nasıl silah silebilirim yok mu bilen?


#7
Eklentiyi atarsan yardımcı olabilirim diyorum.
Sen yardım edecek birini arıyorsun ama o da eklentiyi isteyecektir.



#9
Kod:
static const g_szWpnEntNames[][] = {
"",
"weapon_p228",
"",
"weapon_scout",
"weapon_hegrenade",
"weapon_xm1014",
"weapon_c4",
"weapon_mac10",
"weapon_aug",
"weapon_smokegrenade",
"weapon_elite",
"weapon_fiveseven",
"weapon_ump45",
"weapon_sg550",
"weapon_galil",
"weapon_famas",
"weapon_usp",
"weapon_glock18",
"weapon_awp",
"weapon_mp5navy",
"weapon_m249",
"weapon_m3",
"weapon_m4a1",
"weapon_tmp",
"weapon_g3sg1",
"weapon_flashbang",
"weapon_deagle",
"weapon_sg552",
"weapon_ak47",
"weapon_knife",
"weapon_p90"
}        
//Weapon Names (For Guns Menu)
static const szWeaponNames[24][23] = {
"SCOUT",
"XM1014",
"MAC-10",
"AUG",
"UMP45",
"SG550",
"GALIL",
"FAMAS",
"AWP",
"MP5",
"M249",
"M3",
"M4A1",
"TMP",
"G3SG1",
"SG-552",
"AK47",
"P90",
"P228 COMPACT",
"DUAL ELITE BERETTAS",
"FIVESEVEN",
"USP",
"GLOCK",
"DEAGLE"
}

Bu kısımlardan istemediğin silahların isimlerini sil.



#10
Son Düzenleme: 16-10-2019, Saat: 18:32, Düzenleyen: xmetx.
hocam ztn sildim server yüklüyorum çalısmıyor??

Hocam guns menu de sadece bu silahlar gözüksün yapabilir misiniz?

"AK47",
"M4A1",
"P90",
"AUG",
"M3",
"XM1014",
"P228 COMPACT",
"DUAL ELITE BERETTAS",
"FIVESEVEN",
"USP",
"GLOCK",
"DEAGLE"




Bir hesap oluşturun veya yorum yapmak için giriş yapın

Yorum yapmak için üye olmanız gerekiyor

ya da

Konu ile Alakalı Benzer Konular
Konular Yazar Yorumlar Okunma Son Yorum
Silinmiş Konu   | Steam , Whatsapp icon yardım Brs.16 3 562 18-09-2020, Saat: 14:50
Son Yorum: JwG
Silinmiş Konu   | [yardım] CS 1.6 THOOK MelihCetinn 1 306 14-09-2020, Saat: 10:28
Son Yorum: By.KinG
Silinmiş Konu   | hata yardım !!! Mikkel 2 444 04-01-2020, Saat: 16:49
Son Yorum: By.KinG
Silinmiş Konu   | eklenti acil yardım Mikkel 1 407 04-01-2020, Saat: 14:23
Son Yorum: By.KinG
Silinmiş Konu   | hata yardım !!! Mikkel 5 545 19-12-2019, Saat: 21:52
Son Yorum: By.KinG

Task