22.08.2009, 17:05
pawn Code:
#define GivePlayerWeapon lala_GivePlayerWeapon // PUT INSIDE GM
{
if(weaponid == WEAPONID || weaponid == WEAPONID)
{
reset there weps and kick/ban
}
else
{
GIvePlayerWeapon(playerid,weaponid,ammo);
return 1;
} // untested, might have to fix [..:MAKE INTO INCLUDE:..]

