SA-MP Forums Archive
Strange Errors - 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: Strange Errors (/showthread.php?tid=310336)



Strange Errors - -CaRRoT - 11.01.2012

PHP код:
E:\GTB640~1.ASA\SERVER~1\SA-MPS~2\SL-RPV~1.2\GAMEMO~1\SL-RP.pwn(23981) : error 001expected token","but found "-rational value-"
E:\GTB640~1.ASA\SERVER~1\SA-MPS~2\SL-RPV~1.2\GAMEMO~1\SL-RP.pwn(23981) : warning 215expression has no effect
E
:\GTB640~1.ASA\SERVER~1\SA-MPS~2\SL-RPV~1.2\GAMEMO~1\SL-RP.pwn(23981) : error 001expected token";"but found ")"
E:\GTB640~1.ASA\SERVER~1\SA-MPS~2\SL-RPV~1.2\GAMEMO~1\SL-RP.pwn(23981) : error 029invalid expressionassumed zero
E
:\GTB640~1.ASA\SERVER~1\SA-MPS~2\SL-RPV~1.2\GAMEMO~1\SL-RP.pwn(23981) : fatal error 107too many error messages on one line
Compilation aborted
.Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
4 Errors

How to Fix those ? :O


Re: Strange Errors - Psymetrix - 11.01.2012

Those are strange! Post the lines causing the error.


AW: Strange Errors - Ubuntu - 11.01.2012

Not strange at all:

All of those errors are mistype.

Example:

Good:
float(number);

Bad:
float((number));