Yrace problem - 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: Yrace problem (
/showthread.php?tid=260482)
Yrace problem -
berz - 09.06.2011
Hey all. I have one problem with yrace in my gamemode which idk how to fix
Error line: else if(RRotation 0 && row ==
KillTimer(RotationTimer);
Errors: error 001: expected token: ")", but found "-integer value-"
warning 215: expression has no effect
error 001: expected token: ";", but found ")"
error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one line
Re: Yrace problem -
Osviux - 09.06.2011
Код:
else if(RRotation 0 && row == KillTimer(RotationTimer));
Re: Yrace problem -
berz - 09.06.2011
I got same errors with that code, again :$
Re: Yrace problem -
berz - 09.06.2011
Help me pls
Re: Yrace problem -
Osviux - 09.06.2011
Код:
else if(RRotation 0 && row == KillTimer(RotationTimer))