Need help remove weapons
#4

You want to remove all player weapons when he spawn right?then put it in the OnPlayerSpawn call back
pawn Code:
public OnPlayerSpawn(playerid)
{
ResetPlayerWeapons(playerid);
//The rest of the OnPlayerSpawn script
return 1;
}
Reply


Messages In This Thread
Need help remove weapons - by Lynet - 03.01.2013, 17:57
Re : Need help remove weapons - by DaRk_RaiN - 03.01.2013, 18:02
Respuesta: Need help remove weapons - by Lynet - 03.01.2013, 18:06
Re : Need help remove weapons - by DaRk_RaiN - 03.01.2013, 18:16

Forum Jump:


Users browsing this thread: 1 Guest(s)