Need help remove weapons
#1

I need help to a code there remove players weapon when they spawn.
Reply
#2

pawn Code:
ResetPlayerWeapons(playerid);
Reply
#3

Where did i place it?
Reply
#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


Forum Jump:


Users browsing this thread: 2 Guest(s)