06.12.2009, 18:05
Quote:
Originally Posted by Martin_M
Код:
if(AccountInfo[playerid][aEE] == 1) { new string2[64], pName[MAX_PLAYER_NAME]; GetPlayerName(playerid,pName,sizeof(pName)); format(string2,sizeof(string2),"%s has joined the server. Welcome!",pName); SendClientMessageToAll(0xFFFFFFAA,string2); return 1; } |