SA-MP Forums Archive
Error message - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Error message (/showthread.php?tid=251085)



Error message - kvsolga - 25.04.2011

I got this error,
Код:
  C:\Users\Fejsall\Desktop\NGS\gamemodes\SE.pwn(69) : error 029: invalid expression, assumed zero
           C:\Users\Fejsall\Desktop\NGS\gamemodes\SE.pwn(70) : error 020: invalid symbol name ""
           C:\Users\Fejsall\Desktop\NGS\gamemodes\SE.pwn(1237) : warning 203: symbol is never used: ""
           Pawn compiler 3.2.3664	 	 	              Copyright © 1997-2006, ITB CompuPhase


           2 Errors.
for this,

Код:
     

new RandomMSG[][] =
{
    "[ATTENTION] Welcome to .",
    "[INFO] Visit our forum at www.ngssamp.co.nr NOW!",
    "[SERVER TIP] Did you know 'H' Makes your car HOP & 'LALT' Makes your car go faster?.",
    "[INFO] Like the server? Donnate now to keep the server running.",
    "[SERVER TIP] Whant to teleport to places? Use /teleports to get a list of teleport's.",
    "[SERVER TIP] Do /cmds for list of all the commands.",
},
forward SendMSG(playerid);



Re: Error message - coole210 - 25.04.2011

try this:

Код:
new RandomMSG[][] =
{
    "[ATTENTION] Welcome to .",
    "[INFO] Visit our forum at www.ngssamp.co.nr NOW!",
    "[SERVER TIP] Did you know 'H' Makes your car HOP & 'LALT' Makes your car go faster?.",
    "[INFO] Like the server? Donnate now to keep the server running.",
    "[SERVER TIP] Whant to teleport to places? Use /teleports to get a list of teleport's.",
    "[SERVER TIP] Do /cmds for list of all the commands."
};
forward SendMSG(playerid);



Re: Error message - kvsolga - 25.04.2011

OOOOOOOO wow obvius mistakes soz and thx i didnt see them