25.06.2014, 23:00
Eh. I wanna check if the guy that wants to do a job is in the job car. I made this function:
while i get these errors:
PHP код:
if(vid !== 572) SendClientMessage(playerid, COLOR_RED, "You're not in your job vehicle!!!");
PHP код:
C:\Users\MARKO\Desktop\Learning\gamemodes\Tutorial.pwn(701) : error 029: invalid expression, assumed zero
C:\Users\MARKO\Desktop\Learning\gamemodes\Tutorial.pwn(701) : warning 215: expression has no effect
C:\Users\MARKO\Desktop\Learning\gamemodes\Tutorial.pwn(701) : error 001: expected token: ";", but found ")"
C:\Users\MARKO\Desktop\Learning\gamemodes\Tutorial.pwn(701) : error 029: invalid expression, assumed zero
C:\Users\MARKO\Desktop\Learning\gamemodes\Tutorial.pwn(701) : fatal error 107: too many error messages on one line