LuxAdmin is weird... O.o
#6

Код:
//==============================================================================
// Send Admin in front of name
//==============================================================================
	#if ADM_InMSG == true
	if (AccInfo[playerid][Hide] == 0)
	{
	if(AccInfo[playerid][Level] > 0)
	{
	new str3[256];
	format(str3, 256, "(Admin): %s", text);
	for(new gz=0;gz<200;gz++)
	if(IsPlayerConnected(gz))
	SendPlayerMessageToPlayer(gz, playerid, str3);
	else SendPlayerMessageToPlayer(gz, playerid, text);
	}
	return 1;
	}
	#endif
Bad admin scripts usually have people who have the most common problems.
Reply


Messages In This Thread
LuxAdmin is weird... O.o - by HardstylerNiko - 14.08.2010, 16:58
Re: LuxAdmin is weird... O.o - by Wiliam - 14.08.2010, 17:15
Re: LuxAdmin is weird... O.o - by HardstylerNiko - 14.08.2010, 17:27
Re: LuxAdmin is weird... O.o - by HardstylerNiko - 14.08.2010, 17:30
Re: LuxAdmin is weird... O.o - by rbN. - 14.08.2010, 17:59
Re: LuxAdmin is weird... O.o - by Hiddos - 14.08.2010, 18:01
Re: LuxAdmin is weird... O.o - by HardstylerNiko - 14.08.2010, 18:11
Re: LuxAdmin is weird... O.o - by HardstylerNiko - 15.08.2010, 09:24

Forum Jump:


Users browsing this thread: 1 Guest(s)