Help Me! - 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)
+--- Thread: Help Me! (
/showthread.php?tid=429978)
Help Me! -
Giroud12 - 12.04.2013
pawn Код:
5 new Text:RMText;
6 new ServerMessage[4][] = {
7 "Welcome To CS 2013 Server",
8 "Use /rules To See This Server Rules !",
9 "Follow Rules Or You'll Be Punished"
10 "lalalalallaallalalala";}
Quote:
D:\Shadowz\Script\Random Messages.pwn(10) : error 001: expected token: "}", but found "-string-"
|
Re: Help Me! -
Ironboy - 12.04.2013
You didn't put ' , ' at the second last message.
pawn Код:
new Text:RMText;
new ServerMessage[4][] = {
"Welcome To CS 2013 Server",
"Use /rules To See This Server Rules !",
"Follow Rules Or You'll Be Punished",
"lalalalallaallalalala"};
Re: Help Me! -
Giroud12 - 12.04.2013
Quote:
Originally Posted by Ironboy
You didn't put ' , ' at the second last message.
pawn Код:
new Text:RMText; new ServerMessage[4][] = { "Welcome To CS 2013 Server", "Use /rules To See This Server Rules !", "Follow Rules Or You'll Be Punished", "lalalalallaallalalala";}
|
Error Bro !
Quote:
error 001: expected token: "}", but found ";"
|
Re: Help Me! -
Ironboy - 12.04.2013
Last like must be like this
pawn Код:
"lalalalallaallalalala"};
Re: Help Me! -
Giroud12 - 12.04.2013
Yo Thx Bro