SA-MP Forums Archive
plzz help - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: plzz help (/showthread.php?tid=77800)



plzz help - luckie12 - 14.05.2009

hi i need help whats wrong whit this?
pawn Код:
SendClientMessageToAll(RED, Cops Jail %s He/She Has 12 Stars);
i got this errors
pawn Код:
C:\Documents and Settings\Luc\Bureaublad\Pawno\filterscripts\stars4.pwn(33) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Luc\Bureaublad\Pawno\filterscripts\stars4.pwn(33) : warning 215: expression has no effect
C:\Documents and Settings\Luc\Bureaublad\Pawno\filterscripts\stars4.pwn(33) : error 001: expected token: ";", but found ")"
C:\Documents and Settings\Luc\Bureaublad\Pawno\filterscripts\stars4.pwn(33) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Luc\Bureaublad\Pawno\filterscripts\stars4.pwn(33) : 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.
can anyone help me ty


Re: plzz help - Xeretta - 14.05.2009

SendClientMessageToAll(RED,"Cops Jail %s He/She Has 12 Stars.");

Forgot the quotes in the code! xD


Re: plzz help - Backwardsman97 - 14.05.2009

You need to format the message or it wont work.