VIP and Admin chat doesn't work
#1

when i write in game, nuttin happns, and i dont see anythin :<

i got this:

Код:
public OnPlayerText(playerid, text[])
{
	if(text[0] == '#' && PlayerInfo[playerid][Level] >= 1) {
	  new string[128]; GetPlayerName(playerid,string,sizeof(string));
		format(string,sizeof(string),"[ADMIN] %s: %s",string,text[1]);
		for (new a = 0; a < MAX_PLAYERS; a++) if(IsPlayerConnected(a) && PlayerInfo[playerid][Level] == 1)
		SendClientMessage(a, COLOR_GREEN, string);
	}
	if(text[0] == '@' && PlayerInfo[playerid][Level] >= 1 || PlayerInfo[playerid][VIP] == 1) {
	  new string[128]; GetPlayerName(playerid,string,sizeof(string));
		format(string,sizeof(string),"[VIP] %s: %s",string,text[1]);
		for (new a = 0; a < MAX_PLAYERS; a++) if(IsPlayerConnected(a) && PlayerInfo[playerid][Level] >= 1 || PlayerInfo[playerid][VIP] == 1)
		SendClientMessage(a, COLOR_GREY, string);
	}
Reply


Messages In This Thread
VIP and Admin chat doesn't work - by My_Waffles_Bitch_L0L - 19.02.2009, 05:14
Re: VIP and Admin chat doesn't work - by Norn - 19.02.2009, 05:16
Re: VIP and Admin chat doesn't work - by My_Waffles_Bitch_L0L - 19.02.2009, 05:21
Re: VIP and Admin chat doesn't work - by Norn - 19.02.2009, 05:24
Re: VIP and Admin chat doesn't work - by My_Waffles_Bitch_L0L - 19.02.2009, 07:25
Re: VIP and Admin chat doesn't work - by Norn - 19.02.2009, 07:48
Re: VIP and Admin chat doesn't work - by My_Waffles_Bitch_L0L - 19.02.2009, 08:12
Re: VIP and Admin chat doesn't work - by Norn - 19.02.2009, 08:15
Re: VIP and Admin chat doesn't work - by My_Waffles_Bitch_L0L - 19.02.2009, 08:18

Forum Jump:


Users browsing this thread: 1 Guest(s)