SA-MP Forums Archive
Please Help Me Again - 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: Please Help Me Again (/showthread.php?tid=389742)



Please Help Me Again - Team_PRO - 03.11.2012

I Was try to compile it but
i got errors
Код:
001	Autobot	143	"expected token: "}", but found "-string-""
010	Autobot	146	"invalid function or declaration"
line
Код:
#pragma unused Announcement
#pragma unused AnnCount

new Announcement[][] =
{
    "Have You Checked Our Fourms go to www.profstunt.smffy.com",
    "Always Obey Our Server Rules To Avoind Pusnishments",
    "We Are Still Looking For Film Crews And Administrator Want To Be Part of it apply in forums"     
    "Have You Already Check The Online Admin if not use /admins",
    "Are you new here read our /rules , /cmds and , /help"    
   "If You See Some Hacker or cheating use /report [id] [reason]"
};



Re: Please Help Me Again - Laure - 03.11.2012

Try this one
Код:
#pragma unused Announcement
#pragma unused AnnCount

new Announcement[][] =
{
    "Have You Checked Our Fourms go to www.profstunt.smffy.com",
    "Always Obey Our Server Rules To Avoind Pusnishments",
    "We Are Still Looking For Film Crews And Administrator Want To Be Part of it apply in forums"     
    "Have You Already Check The Online Admin if not use /admins",
    "Are you new here read our /rules , /cmds and , /help"    
   "If You See Some Hacker or cheating use /report [id] [reason]"
}



Re: Please Help Me Again - Emmet_ - 03.11.2012

You forgot a comma at the end of some strings.

pawn Код:
#pragma unused Announcement
#pragma unused AnnCount

new Announcement[][] =
{
    "Have You Checked Our Fourms go to www.profstunt.smffy.com",
    "Always Obey Our Server Rules To Avoind Pusnishments",
    "We Are Still Looking For Film Crews And Administrator Want To Be Part of it apply in forums",
    "Have You Already Check The Online Admin if not use /admins",
    "Are you new here read our /rules , /cmds and , /help",
    "If You See Some Hacker or cheating use /report [id] [reason]"
};



Re: Please Help Me Again - Team_PRO - 03.11.2012

Still Same Emmet same error


Re: Please Help Me Again - Emmet_ - 03.11.2012

Compiles fine for me. Refresh the page and copy & paste the code again since I've found another problem.


Re: Please Help Me Again - JaKe Elite - 03.11.2012

Did you modify something??

Show us your modify code..

Wait a minute is that familar to me?

Oh IT IS, You are using RomAdmin.


Re: Please Help Me Again - Team_PRO - 03.11.2012

Quote:
Originally Posted by Emmet_
Посмотреть сообщение
Compiles fine for me. Refresh the page and copy & paste the code again since I've found another problem.
Worked Dude Thanks Repped


Re: Please Help Me Again - Team_PRO - 03.11.2012

Quote:
Originally Posted by Romel
Посмотреть сообщение
Did you modify something??

Show us your modify code..

Wait a minute is that familar to me?

Oh IT IS, You are using RomAdmin.
yeah i use your Admin system i just add some announcements