Error again(sry for too much posts about errors but i script)
#2

Код:
new RandomMSG[][] =
{
    ">> Advertise our server ONLY to special SERVER ad posts!(AD TO OTHER SERVERS IS BANABLE)",
    ">> Invite your friends here!Its a new server!You may win prizes!",
    ">> Join us and help us improve!http://denniser8.wix.com/eastsidegangwars!"
}
Should be:

Код:
new RandomMSG[][] =
{
    ">> Advertise our server ONLY to special SERVER ad posts!(AD TO OTHER SERVERS IS BANABLE)",
    ">> Invite your friends here!Its a new server!You may win prizes!",
    ">> Join us and help us improve!http://denniser8.wix.com/eastsidegangwars!"
}; // You forgot this semi-colon.
When you get a missing ";" it's usually at the line before the one that the compiler says it is at.
Reply


Messages In This Thread
Error again(sry for too much posts about errors but i script) - by denniser8 - 28.09.2013, 14:29
Re: Error again(sry for too much posts about errors but i script) - by gtakillerIV - 28.09.2013, 14:30

Forum Jump:


Users browsing this thread: 2 Guest(s)