06.12.2009, 17:47
I want to make like this :
i have command to put "EE" to 1 & 0.
But when it is on 1 it doesnt show me that player joined.. neiter on 0
i have all data function and added ee.
Код:
if(AccountInfo[TARGETID][aEE] == 1) { new string2[64], pName[MAX_PLAYER_NAME]; GetPlayerName(playerid,pName,MAX_PLAYER_NAME); format(string2,sizeof string2,"%s has joined the server. Welcome!",pName); SendClientMessageToAll(0xFFFFFFAA,string2); }
But when it is on 1 it doesnt show me that player joined.. neiter on 0
i have all data function and added ee.