27.11.2011, 14:30
so vDriver would be the playerID of the vehicle with the most health?
Could i get the vehicle with the most health with this algorithm correctly?
thx already for ur help
Could i get the vehicle with the most health with this algorithm correctly?
pawn Код:
new highesth;
for(new i = 0; i < sizeof(MostHealth); i++)
if(MapsToVote[i] > highesth)
highesth = MostHealth[i];