Show Race Rank List [+REP]
#4

new names[30],strings[128],bestid=-1,best=racep[0];
if(bestid == -1) PlayerTextDrawSetString(i, RaceTD, "~w~First:~r~Nobody");
foreach(new x : Player)
{
if(InRace[x] == 1)
{
if(RacePos[x] < best)
{
best = RacePos[x];
bestid = x;
}
}
}
if(bestid != -1)
{
GetPlayerName(bestid, names, sizeof(names));
format(strings, sizeof(strings), "First: ~r~%s", names);
PlayerTextDrawSetString(i, RaceTD, strings);
}
Reply


Messages In This Thread
Show Race Rank List [+REP] - by PoniStar - 15.12.2018, 15:10
Re: Show Race Rank List [+REP] - by Kraeror - 15.12.2018, 15:16
Re: Show Race Rank List [+REP] - by PoniStar - 15.12.2018, 15:20
Re: Show Race Rank List [+REP] - by MrHamid - 15.12.2018, 15:29

Forum Jump:


Users browsing this thread: 1 Guest(s)