07.02.2010, 09:56
hello!I Was wondering how to make gun skills like they are all on 0 so you have only one UZI onlyo ne 9mm and so
public OnPlayerConnect(playerid)
{
SetPlayerSkillLevel(playerid, WEAPONSKILL_SAWNOFF_SHOTGUN, 0); // SHOTGUN SKILL LEVEL 0
SetPlayerSkillLevel(playerid, 6, 0);// UZI SKILL LEVEL 0
return 1;
}