30.06.2013, 10:28
and you can put some specific players (manually)
Quote:
public OnPlayerConnect(playerid) { if(strcmp(PlayerName(playerid),"[AX]Yo",true)) { SendClientMessageToAll(RED," Welcome [AX]Yo to the server); return 1; } return 1; } |