Auto messages Error
#1

[Line Automessages]

Код:
new AutoMessages[][] = {
{
    "{FFFFFF}(( {FF0000}Jakarta{E0FFFF}Gamers:Selamat Datang Patriot JakartaGamers Roleplay ))",
    "{FFFFFF}(( {FF0000}Jakarta{E0FFFF}Gamers:Laporkan pemain & Administrator/Helpers yang abuse ke forum server ))"
    "{FFFFFF}(( {FF0000}Jakarta{E0FFFF}Gamers:Jika melihat bug segera report keforum atau Admin yang sedang bertugas [ON-DUTY] ))"
};
[Line Error]
C:\Documents and Settings\Administrator\My Documents\Downloads\JakartaGamers-Roleplay-v1.6.0\JakartaGamers Roleplay\Aman\gamemodes\a.pwn(530 : error 001: expected token: "}", but found "-string-"
C:\Documents and Settings\Administrator\My Documents\Downloads\JakartaGamers-Roleplay-v1.6.0\JakartaGamers Roleplay\Aman\g
Reply
#2

Missing the comma after

Код:
"{FFFFFF}(( {FF0000}Jakarta{E0FFFF}Gamers:Laporkan pemain & Administrator/Helpers yang abuse ke forum server ))"
And because you are missing one there, check the rest of it in the same manner.
Reply
#3

Quote:
Originally Posted by Sew_Sumi
Посмотреть сообщение
Missing the comma after

Код:
"{FFFFFF}(( {FF0000}Jakarta{E0FFFF}Gamers:Laporkan pemain & Administrator/Helpers yang abuse ke forum server ))"
And because you are missing one there, check the rest of it in the same manner.
means to remove the commas?
Reply
#4

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.
Reply
#5

Код:
new AutoMessages[][] =
{
    "{FFFFFF}(( {FF0000}Jakarta{E0FFFF}Gamers:Selamat Datang Patriot JakartaGamers Roleplay ))",
    "{FFFFFF}(( {FF0000}Jakarta{E0FFFF}Gamers:Laporkan pemain & Administrator/Helpers yang abuse ke forum server ))",
    "{FFFFFF}(( {FF0000}Jakarta{E0FFFF}Gamers:Jika melihat bug segera report keforum atau Admin yang sedang bertugas [ON-DUTY] ))"
};
You missed a comma in your second message,

You've also added an extra bracket at the top of your line which was unnecessary, Use my code I fixed it for you.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)