27.05.2014, 16:31
Well i'm new to pawn scripting,only today i learnt how to add kills and deaths to players.
Now i want to make a textdraw showing the top kills,deaths and scores of a certain amount of players.
I searched the help archive and couldn't find anything simple.
hoping someone could help me with creating this top list thing.
Btw i dont need entire code but only the part which gives an explanation of how it is done.
This is how i declared the kills and deaths
Now i want to make a textdraw showing the top kills,deaths and scores of a certain amount of players.
I searched the help archive and couldn't find anything simple.
hoping someone could help me with creating this top list thing.
Btw i dont need entire code but only the part which gives an explanation of how it is done.
This is how i declared the kills and deaths
PHP код:
new Kills[MAX_PLAYERS];
new Deaths[MAX_PLAYERS];