Why doesn't this work
#2

lol its a failed code

Код:
public OnPlayerConnect(playerid)
{
   new name[MAX_PLAYER_NAME];
   GetPlayerName(playerid, name, MAX_PLAYER_NAME);
   if(!strfind(name, "mrcoolballs", true))
   {
      SendClientMessage(playerid,0xAA3333AA,"яour to cool for school")
   }
else
{
SendClientMessage(playerid,0xAA3333AA,"yah you aint cool like mrcoolballs");
}

  return 1;
}
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: 1 Guest(s)