Please Help Me Again
#1

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]"
};
Reply
#2

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]"
}
Reply
#3

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]"
};
Reply
#4

Still Same Emmet same error
Reply
#5

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

Did you modify something??

Show us your modify code..

Wait a minute is that familar to me?

Oh IT IS, You are using RomAdmin.
Reply
#7

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
Reply
#8

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)