how to fix this PLZ HELP - 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: how to fix this PLZ HELP (
/showthread.php?tid=208117)
how to fix this PLZ HELP -
AlyGy - 07.01.2011
C:\Users\KzY\Desktop\Raven's Roleplay 0.3c\gamemodes\rp.pwn(72040) : error 001: expected token: ")", but found ";"
C:\Users\KzY\Desktop\Raven's Roleplay 0.3c\gamemodes\rp.pwn(72040) : error 036: empty statement
C:\Users\KzY\Desktop\Raven's Roleplay 0.3c\gamemodes\rp.pwn(72040) : error 017: undefined symbol "i"
C:\Users\KzY\Desktop\Raven's Roleplay 0.3c\gamemodes\rp.pwn(72040) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
for(new i = 71; i <= 73; i = 583; i <= 589; i++) HELP ME PLEAS ;
Re: how to fix this PLZ HELP -
JaTochNietDan - 07.01.2011
That loop just makes no sense, what are you trying to accomplish? A normal loop would look like this:
pawn Код:
for(new i = 71; i <= 73; i++)