Errors about rob commands - 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: Errors about rob commands (
/showthread.php?tid=224327)
Errors about rob commands -
I_Am_Hero - 11.02.2011
C:\Users\Administrator\Desktop\SA-MP Server\gamemodes\lvrcr.pwn(18794) : error 017: undefined symbol "playerid"
C:\Users\Administrator\Desktop\SA-MP Server\gamemodes\lvrcr.pwn(18795) : error 017: undefined symbol "playerid"
C:\Users\Administrator\Desktop\SA-MP Server\gamemodes\lvrcr.pwn(18796) : error 017: undefined symbol "SetPlayerRobbingSkill"
C:\Users\Administrator\Desktop\SA-MP Server\gamemodes\lvrcr.pwn(18797) : error 017: undefined symbol "rbskl"
C:\Users\Administrator\Desktop\SA-MP Server\gamemodes\lvrcr.pwn(18797) : error 017: undefined symbol "rbskl"
C:\Users\Administrator\Desktop\SA-MP Server\gamemodes\lvrcr.pwn(18797) : error 029: invalid expression, assumed zero
I get thouse errors, when i add a robplaces&commands to gm
18979->format(rbskl, sizeof(rbskl), "Robbing Skill upgraded! Your skill now is: %d", GetPlayerRobbingSkill(i));
18974->oscore = GetPlayerScore(playerid);
19875->SetPlayerScore(playerid, oscore +1)