Error message
#1

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);
Reply
#2

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);
Reply
#3

OOOOOOOO wow obvius mistakes soz and thx i didnt see them
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)