18.01.2011, 15:16
Hello , i get 1 error and 1 warning when i try to compile my fs and i don't know how to resolve ..\
Error and Warning :
Line 7052 and 7053 :
Error and Warning :
Код:
C:\Documents and Settings\Mureseanu\Desktop\ladmin4v2.pwn(7052) : error 049: invalid line continuation C:\Documents and Settings\Mureseanu\Desktop\ladmin4v2.pwn(7053) : warning 235: public function lacks forward declaration (symbol "MessageToVip") Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
Код:
Line 7052 : forward MessageToVip(color,const string[]); Line 7053 : public MessageToVip(color,const string[]) { for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i) == 1) if (PlayerInfo[i][Vip] == 1) SendClientMessage(i, color, string); } return 1; }