Little Problem ...
#1

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 :
Код:
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 and 7053 :
Код:
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;
}
Reply


Messages In This Thread
Little Problem ... - by Rock18 - 18.01.2011, 15:16
Re: Little Problem ... - by JaTochNietDan - 18.01.2011, 15:26
Re: Little Problem ... - by Rock18 - 18.01.2011, 15:29
Re: Little Problem ... - by JaTochNietDan - 18.01.2011, 15:32
Re: Little Problem ... - by Rock18 - 18.01.2011, 15:36

Forum Jump:


Users browsing this thread: 1 Guest(s)