How to fix error 029 - 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: How to fix error 029 (
/showthread.php?tid=392572)
How to fix error 029 -
Pk93 - 14.11.2012
How to fix this error cant really see where the problem can be.
Код:
C:\Users\Nicklas\Desktop\PRP\gamemodes\PRP.pwn(10460) : error 029: invalid expression, assumed zero
C:\Users\Nicklas\Desktop\PRP\gamemodes\PRP.pwn(10460) : warning 215: expression has no effect
C:\Users\Nicklas\Desktop\PRP\gamemodes\PRP.pwn(10460) : error 001: expected token: ";", but found "]"
C:\Users\Nicklas\Desktop\PRP\gamemodes\PRP.pwn(10460) : error 029: invalid expression, assumed zero
C:\Users\Nicklas\Desktop\PRP\gamemodes\PRP.pwn(10460) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (coffee) 1997-2006, ITB CompuPhase
4 Errors.
LINE 10460:
Код:
MoneyMessage[playerid] = 0; Condom[playerid] = 0; HasBoughtMask[playerid] = 0; RobTime[playerid] = 0;
Re: How to fix error 029 -
blackbhuta - 14.11.2012
You can try
MoneyMessage[playerid] = Condom[playerid] = HasBoughtMask[playerid] = RobTime[playerid] = 0;
Re: How to fix error 029 -
Stylock - 14.11.2012
Not enough information to solve the problem. Post more code.
Re: How to fix error 029 -
2KY - 15.11.2012
Post line 10459, I suspect it's actually the line above this causing the error.
Re: How to fix error 029 -
Xbowman - 15.11.2012
I think i can help u if u post the whole function