03.01.2013, 17:57
I need help to a code there remove players weapon when they spawn.
ResetPlayerWeapons(playerid);
public OnPlayerSpawn(playerid)
{
ResetPlayerWeapons(playerid);
//The rest of the OnPlayerSpawn script
return 1;
}