[Ayuda] Porque me salen estos errores?
#3

Quote:
Originally Posted by jotajeda
Посмотреть сообщение
PHP код:
public OOCOff(color,const string[])
{
    
SendClientMessageToAll(colorstring);
    return 
1;

Me sigue saliendo el mismo error, mira yo tengo esto:
Код:
stock OOCOff(color,const string[])
{
	for(new i = 0; i < MAX_PLAYERS; i++)
	{
		if(IsPlayerConnected(i))
		{
		    if(!gOoc[i])
		    {
				SendClientMessage(i, color, string);
			}
		}
	}
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)