SA-MP Forums Archive
Skill System? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Skill System? (/showthread.php?tid=109578)



Skill System? - Quest123 - 21.11.2009

You know how in 0.3 they have the new skill system, how you have to upgrade you weapon experiance like on single player, at the moment, on my server " LVFDM " when you get sawn off you only get one gun cause your not the required skill level or something, also cannot walk with deagle or anything, so i am just wondering if there is any filterscripts or any ways to code this that can fix this or something? If there is that would be great thank you.


Re: Skill System? - Abernethy - 21.11.2009

https://sampwiki.blast.hk/wiki/SetPlayerSkillLevel


Re: Skill System? - thiaZ_ - 21.11.2009

put this under OnPlayerSpawn or so...
pawn Код:
SetPlayerSkillLevel(playerid, WEAPONSKILL_SAWNOFF_SHOTGUN, 999);