29.07.2010, 21:21
ResetPlayerWeapons are what you are looking for.
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
ResetPlayerWeapons(ID to remove wep from);
return 1;
}