16.09.2013, 12:19
If you're talking about the Uzi/Tec-9/Colt-45/sawn-off
Then try this:
public OnPlayerSpawn(playerid)
{
SetPlayerSkillLevel(playerid, WEAPONSKILL_*WEAPON*, 1000);
return 1;
}
-
Resource:
https://sampwiki.blast.hk/wiki/SetPlayerSkillLevel
Then try this:
public OnPlayerSpawn(playerid)
{
SetPlayerSkillLevel(playerid, WEAPONSKILL_*WEAPON*, 1000);
return 1;
}
-
Resource:
https://sampwiki.blast.hk/wiki/SetPlayerSkillLevel

