Spot the mistake of this line?
#1

Ok, heres the line that comes with like 4 errors

pawn Код:
SendClientMessage(playerid, COLOR_RED "You are now in no team! ");

Heres the errors

pawn Код:
C:\Users\JAMES\Desktop\samp03\gamemodes\meme.pwn(167) : error 001: expected token: ",", but found "-string-"
C:\Users\JAMES\Desktop\samp03\gamemodes\meme.pwn(167) : warning 215: expression has no effect
C:\Users\JAMES\Desktop\samp03\gamemodes\meme.pwn(167) : error 001: expected token: ";", but found ")"
C:\Users\JAMES\Desktop\samp03\gamemodes\meme.pwn(167) : error 029: invalid expression, assumed zero
C:\Users\JAMES\Desktop\samp03\gamemodes\meme.pwn(167) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.

credits go to who fix it
Reply
#2

Код:
SendClientMessage(playerid, COLOR_RED, "You are now in no team! ");
You forgot a comma.
Reply
#3

Код:
SendClientMessage(playerid, COLOR_RED, "You are now in no team! ");
Edit : sorry larceny i didn't see that you already post.
Reply
#4

SendClientMessage(playerid, COLOR_RED, "You are now in no team! ");
Reply
#5

thanks for the help, ill give credits in the script im building up
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)