How to fix error 029
#1

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;
Reply
#2

You can try
MoneyMessage[playerid] = Condom[playerid] = HasBoughtMask[playerid] = RobTime[playerid] = 0;
Reply
#3

Not enough information to solve the problem. Post more code.
Reply
#4

Post line 10459, I suspect it's actually the line above this causing the error.
Reply
#5

I think i can help u if u post the whole function
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)