Posts: 270
Threads: 41
Joined: Sep 2013
Hello friends I want to know how can i detect the player with highest kills I use the variable
to store the kills also i just want the top killer from online players. Anyhelp? Thanks.
Posts: 270
Threads: 41
Joined: Sep 2013
You mean
pawn Код:
GivePlayerMoney(topid,amount);
right?
Guest4390857394857
Unregistered
use isplayerconnected function & loop through all users, using your kills variable,, then get the result listed in dialog.
Posts: 270
Threads: 41
Joined: Sep 2013
Quote:
Originally Posted by JFF
Ops yeah sorry
|
Works great but i am using the topid's name in a string for eg. TextDrawSetString(topper, TopidName);
The problem is that it sets the string to " " but how can i make it like when there is no topid it sets the string to "None"?
Posts: 270
Threads: 41
Joined: Sep 2013