0.3Z Bug? - 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)
+--- Thread: 0.3Z Bug? (
/showthread.php?tid=490118)
0.3Z Bug? -
scott1 - 25.01.2014
Hi all,
i would like to know if this buf appear since 0.3z, because i think before it worked.
SetPlayerSkillLevel(playerid, 0, 1);// Only one 9mm
But ingame i got 2
Max
Re: 0.3Z Bug? -
[D]ry[D]esert - 25.01.2014
Try this, it may work.
pawn Код:
SetPlayerSkillLevel(playerid,WEAPONSKILL_PISTOL,100);
Re: 0.3Z Bug? -
cessil - 25.01.2014
tested and it works exactly the same in 0.3z
SetPlayerSkillLevel(playerid,WEAPONSKILL_PISTOL,1) ;
Re: 0.3Z Bug? -
scott1 - 26.01.2014
EDIT:
I put SetPlayerSkillLevel into onplayerconnect,
i replace it into onplayerspawn, work properly
max
Re: 0.3Z Bug? -
cessil - 26.01.2014
put it in onplayerspawn, it's clearly your script and not a 0.3z bug