Why doesn't this work
#3

Код:
public OnPlayerConnect(playerid)
{
	new PlayerName[24]; 
        GetPlayerName(playerid, PlayerName, sizeof(PlayerName)); 
        if(!strcmp(PlayerName,"mrcoolballs",true))
        {
	    SendClientMessage(playerid,0xAA3333AA,"яour to cool for school");
        }	
        
        return 1;
}
i think that you mean.
Reply


Messages In This Thread
Why doesn't this work - by mrcoolballs - 18.08.2010, 17:02
Re: Why doesn't this work - by R@ger - 18.08.2010, 17:10
Re: Why doesn't this work - by billiout - 18.08.2010, 17:12
Re: Why doesn't this work - by mrcoolballs - 18.08.2010, 17:13

Forum Jump:


Users browsing this thread: 2 Guest(s)