Gun Skills
#1

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
Reply
#2

Example:
Код:
public OnPlayerConnect(playerid)
{
  SetPlayerSkillLevel(playerid, WEAPONSKILL_SAWNOFF_SHOTGUN, 0); // SHOTGUN SKILL LEVEL 0
  SetPlayerSkillLevel(playerid, 6, 0);// UZI SKILL LEVEL 0
return 1;
}
Reply
#3

thank you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)