OnPlayerConnect Help
#1

I want to make like this :
Код:
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);
}
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.
Reply


Messages In This Thread
OnPlayerConnect Help - by Naruto4 - 06.12.2009, 17:47
Re: OnPlayerConnect Help - by LarzI - 06.12.2009, 17:55
Re: OnPlayerConnect Help - by Martin_M - 06.12.2009, 17:58
Re: OnPlayerConnect Help - by Naruto4 - 06.12.2009, 18:03
Re: OnPlayerConnect Help - by Martin_M - 06.12.2009, 18:04
Re: OnPlayerConnect Help - by Martin_M - 06.12.2009, 18:05
Re: OnPlayerConnect Help - by LarzI - 06.12.2009, 18:07
Re: OnPlayerConnect Help - by Martin_M - 06.12.2009, 18:09
Re: OnPlayerConnect Help - by LarzI - 06.12.2009, 20:15

Forum Jump:


Users browsing this thread: 1 Guest(s)