Ok this makes no sense, it does stuff to me like this all of the time. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Ok this makes no sense, it does stuff to me like this all of the time. (
/showthread.php?tid=70180)
Ok this makes no sense, it does stuff to me like this all of the time. -
Quincy_Gatlin - 23.03.2009
Quote:
GameTextForPlayer(playerid, "~o~Nuetral", 1000, 6;
|
ok that is the line and here is the error:
Quote:
(304) : error 001: expected token: ",", but found ";"
|
It's always doing stuff that doesn't make sense is there something I need to do?
Re: Ok this makes no sense, it does stuff to me like this all of the time. -
sant - 23.03.2009
GameTextForPlayer(playerid, "~o~Nuetral", 1000, 6;'
You need a: )
GameTextForPlayer(playerid, "~o~Nuetral", 1000, 6);
Re: Ok this makes no sense, it does stuff to me like this all of the time. -
Quincy_Gatlin - 23.03.2009
Well...now I feel stupid

but thanks Sant
Re: Ok this makes no sense, it does stuff to me like this all of the time. -
sant - 23.03.2009
It's alright, everyone makes mistakes