Code:
stock bool:isWeapon(ent_id)
{
static pStr
static sBuffer[11] // sizeof("weaponbox") + 1
pev(ent_id, pev_classname, pStr, sBuffer, sizeof(sBuffer)-1)
return bool:equal(sBuffer, "weaponbox")
}
Wtf are you doing here :S
Code:
stock bool:isWeapon(ent_id)
{
static sBuffer[11] // sizeof("weaponbox") + 1
pev(ent_id, pev_classname, sBuffer, sizeof(sBuffer)-1)
return bool:equal(sBuffer, "weaponbox")
}
__________________
All you need to change the world is one good lie and a river of blood