Little help with weapons name :/
#6

you can use this if u want to define names by yourself.
PHP код:
stock GetWeaponNameEx(weaponid)
{
    new 
wname[64];
    if(
weaponid == 0wname "Fist";
    if(
weaponid == 31wname "M4";
    if(
weaponid == 30wname "AK-47";
/// u can add the weaponids an names by yourself.
    
return wname;

Reply


Messages In This Thread
Little help with weapons name :/ - by OdgFox - 01.02.2018, 01:40
Re: Little help with weapons name :/ - by Mugala - 01.02.2018, 09:20
Re: Little help with weapons name :/ - by Flamehaze7 - 01.02.2018, 09:58
Re: Little help with weapons name :/ - by OdgFox - 01.02.2018, 15:34
Re: Little help with weapons name :/ - by RogueDrifter - 01.02.2018, 15:37
Re: Little help with weapons name :/ - by Mugala - 01.02.2018, 16:56
Re: Little help with weapons name :/ - by Fratello - 01.02.2018, 19:06
Re: Little help with weapons name :/ - by Mugala - 01.02.2018, 19:22
Re: Little help with weapons name :/ - by Fratello - 01.02.2018, 19:25
Re: Little help with weapons name :/ - by OdgFox - 01.02.2018, 22:42

Forum Jump:


Users browsing this thread: 3 Guest(s)