04.02.2014, 19:16
hello i am a bit stuck i can not find the error here.
CMD:rules(playerid, params[])
{
ShowPlayerDialog(playerid, DIALOG_RULES, DIALOG_STYLE_LIST, "Rules", "{10F441}1.{FFFFFF}English in chat use pm for other languages.--Mute\n{10F441}2.{FFFFFF}No Hacking, Bug abusing, No using any thing that gives you an advantages.--Ban\n{10F441}3.{FFFFFF} No arguments, flaming or discrimination.--Mute\n{10F441}4.{FFFFFF} You may insult a player's skills in the game, but don't make things personal.
\n{10F441}5. {FFFFFF}Report all hackers, playing with/alongside them will be punished.--Ban/30 day ban for not reporting a hacker.", "Close","");
return 1;
}
C:\Users\Kyle\Desktop\NFG Freeroam 0.3x\gamemodes\NFG_Freeroam.pwn(279) : error 037: invalid string (possibly non-terminated string)
C:\Users\Kyle\Desktop\NFG Freeroam 0.3x\gamemodes\NFG_Freeroam.pwn(279) : error 029: invalid expression, assumed zero
C:\Users\Kyle\Desktop\NFG Freeroam 0.3x\gamemodes\NFG_Freeroam.pwn(279) : error 029: invalid expression, assumed zero
C:\Users\Kyle\Desktop\NFG Freeroam 0.3x\gamemodes\NFG_Freeroam.pwn(279) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
please help
CMD:rules(playerid, params[])
{
ShowPlayerDialog(playerid, DIALOG_RULES, DIALOG_STYLE_LIST, "Rules", "{10F441}1.{FFFFFF}English in chat use pm for other languages.--Mute\n{10F441}2.{FFFFFF}No Hacking, Bug abusing, No using any thing that gives you an advantages.--Ban\n{10F441}3.{FFFFFF} No arguments, flaming or discrimination.--Mute\n{10F441}4.{FFFFFF} You may insult a player's skills in the game, but don't make things personal.
\n{10F441}5. {FFFFFF}Report all hackers, playing with/alongside them will be punished.--Ban/30 day ban for not reporting a hacker.", "Close","");
return 1;
}
C:\Users\Kyle\Desktop\NFG Freeroam 0.3x\gamemodes\NFG_Freeroam.pwn(279) : error 037: invalid string (possibly non-terminated string)
C:\Users\Kyle\Desktop\NFG Freeroam 0.3x\gamemodes\NFG_Freeroam.pwn(279) : error 029: invalid expression, assumed zero
C:\Users\Kyle\Desktop\NFG Freeroam 0.3x\gamemodes\NFG_Freeroam.pwn(279) : error 029: invalid expression, assumed zero
C:\Users\Kyle\Desktop\NFG Freeroam 0.3x\gamemodes\NFG_Freeroam.pwn(279) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
please help