List of players with a special criteria
#5

Quote:
Originally Posted by ToiletDuck
Посмотреть сообщение
Код:
stock criteria();
{
	new szList[800];
	for(new i; i<MAX_PLAYERS; i++)
	{
		if(IsPlayerConnected(i))
		{
			if(GetPlayerWantedLevel(i) > 1)
			{
				format(szList, sizeof(szList), "%s-%s (Wanted Level: %d\n", szList, Getlayername(i), GetPlayerWantedLevel(i)); // Change the getplayername the i = Playerid you're looping all players in the server
			}
		}
	}
	ShowPlayerDialog(playerid, -1, DIALOG_STYLE_LIST, "Playerlist", list, "ok","ok");
}
Much Thanks!
Reply


Messages In This Thread
List of players with a special criteria - by Kampott - 22.09.2017, 13:16
Re: List of players with a special criteria - by Livar - 22.09.2017, 13:18
Re: List of players with a special criteria - by Kampott - 22.09.2017, 13:21
Re: List of players with a special criteria - by ToiletDuck - 22.09.2017, 13:40
Re: List of players with a special criteria - by Kampott - 22.09.2017, 13:53

Forum Jump:


Users browsing this thread: 4 Guest(s)