25.04.2011, 16:59
I got this error,
for this,
Код:
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.
Код:
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);

