help please
#1

Admins show help.........

IF TYP 0 = show admins online , but admins online not show
IF TYP 1 = show all admins server

Код:
	new vypis[(MAX_PLAYER_NAME+32)*30+16];
	new query[80];
	new caption[16];
	if (typ == 0)
	{
		mysql_format(handle, query, sizeof(query), "SELECT * FROM `ASystem` WHERE hodnost >=2 AND prihlaseny=1 ORDER BY hodnost DESC");
		format(caption, sizeof(caption), "Online admini");
	}
	else if (typ == 1)
	{
		mysql_format(handle, query, sizeof(query), "SELECT * FROM `ASystem` WHERE hodnost >=2 ORDER BY hodnost DESC");
		format(caption, sizeof(caption), "Vљetci admini");
	}
Reply


Messages In This Thread
help please - by itachi - 24.02.2017, 16:36
Re: help please - by Vince - 24.02.2017, 17:30
Re: help please - by iKarim - 24.02.2017, 17:33
Re: help please - by Private200 - 24.02.2017, 18:26

Forum Jump:


Users browsing this thread: 1 Guest(s)