SA-MP Forums Archive
Runtime error. - 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: Runtime error. (/showthread.php?tid=232175)



Runtime error. - rinori - 27.02.2011

After learning how to make cmds on players
https://sampforum.blast.hk/showthread.php?tid=208304
was wondering why I can't run the server after I compile the gm.
I am using zcmd and sscanf but there's a problem, I actually can't run the server, it says runtime error 19. What to do


Re: Runtime error. - Kitten - 27.02.2011

your either missing zcmd include or sscanf2


Re: Runtime error. - MaXSpeeD - 27.02.2011

Either your missing this from your gamemode
pawn Код:
main() return 1;
or your not loading the sscanf plugin.


Re: Runtime error. - rinori - 27.02.2011

Fixed, thanks