Is there anything wrong with this?
#1

PHP код:
stock returnWeaponName(weaponid)
{
    new 
szGunName[32];
    
GetWeaponName(weaponidszGunNamesizeof(szGunName));
    
    return 
szGunName;

When I try to use it, it doesn't return anything it just appear's blank?
Reply


Messages In This Thread
Is there anything wrong with this? - by MattSlater - 28.12.2012, 02:00
Re: Is there anything wrong with this? - by Dragonborn - 28.12.2012, 02:16
Re: Is there anything wrong with this? - by [HiC]TheKiller - 28.12.2012, 02:16

Forum Jump:


Users browsing this thread: 1 Guest(s)