help with this
#4

this
Код:
forward MessageToAdmins(color,const string[]);
and this
Код:
public MessageToAdmins(color,const string[])
{
	for(new i = 0; i < MAX_PLAYERS; i++)
	{
		if(IsPlayerConnected(i) == 1)
		if(AccInfo[i][Level] >= 1){
		SendClientMessage(i, color, string); }
	}
	return 1;
}
and this
Код:
PlayerName2(playerid) {
new plname[MAX_PLAYER_NAME];
GetPlayerName(playerid, plname, sizeof(plname));
return plname;
}
Reply


Messages In This Thread
help with this - by NitroZeth - 06.09.2017, 01:43
Re: help with this - by NitroZeth - 06.09.2017, 01:47
Re: help with this - by Puff - 06.09.2017, 01:54
Re: help with this - by NitroZeth - 06.09.2017, 02:07
Re: help with this - by JasonRiggs - 06.09.2017, 09:14

Forum Jump:


Users browsing this thread: 1 Guest(s)