18.10.2013, 13:03
pawn Код:
//------------------------------------NewsLine----------------------------------
new news[][] =
{
"[]Server Owners [RB]ReD_DeViL ",
"[ ] Stay Online With Our Server [ ]",
"[ ] Play As Much You Want [ ]",
"[ ] Mapper Is [RB]ReD_DeViL [ ]",
};
public Nupdate ()
{
static Number = 0;
TextDrawSetString(Ntick, news[Number++]);
TextDrawShowForAll(Ntick);
if(Number == sizeof(news)) Number = 0;
return 1;
}
C:\Documents and Settings\Administrator\My Documents\NRGaming V.4\gamemodes\NRG[V.4.0].pwn(37225) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Administrator\My Documents\NRGaming V.4\gamemodes\NRG[V.4.0].pwn(37225) : error 008: must be a constant expression; assumed zero
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
please say fast