SA-MP Forums Archive
Help Please - 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: Help Please (/showthread.php?tid=572570)



Help Please - itachi - 29.04.2015

error : error 017: undefined symbol "GetPlayerSkill"
line : new temp = GetPlayerSkill(playerid,SKILL_ROB)*3;

error : error 017: undefined symbol "SetPlayerSkill"
line : SetPlayerSkill(playerid,SKILL_ROB,GetPlayerSkill(p layerid,SKILL_ROB)+1);


Re : Help Please - StreetRP - 29.04.2015

FAIL


Re: Help Please - dionisak0s - 29.04.2015

Change GetPlayerSkill(playerid, SKILL_ROB)*3; to GetPlayerSkill(playerid, SKILL_ROB);