Get info all player
#2

I would say you need to make a loop, which would be something like this:
pawn Код:
for(new x=0; x<MAX_PLAYERS; x++) if (IsPlayerConnected(x)) if (GetPlayerKills(x) >= HighestKills) // you know what to do before, you need to store a new variable for highestkills and make a stock for GetPlayerKills I guess
Reply


Messages In This Thread
Get info all player - by xganyx - 20.07.2013, 13:25
Re: Get info all player - by JimmyCh - 20.07.2013, 13:40
Re: Get info all player - by Jefff - 20.07.2013, 13:44
Re: Get info all player - by xganyx - 20.07.2013, 14:15
Re: Get info all player - by JimmyCh - 20.07.2013, 14:22
Re: Get info all player - by xganyx - 20.07.2013, 14:35
Re: Get info all player - by JimmyCh - 20.07.2013, 14:41
Re: Get info all player - by xganyx - 20.07.2013, 15:35
Re: Get info all player - by SuperViper - 21.07.2013, 01:17
Re: Get info all player - by [D]ry[D]esert - 21.07.2013, 01:35

Forum Jump:


Users browsing this thread: 1 Guest(s)