Posts: 182
Threads: 53
Joined: Nov 2010
Reputation:
0
I have kills saved in Mysql database.
How can I display it with /topkills command ?
Posts: 182
Threads: 53
Joined: Nov 2010
Reputation:
0
I shouldn't bump, But i need it.
Posts: 246
Threads: 60
Joined: Oct 2010
Reputation:
0
well i dont know if u use vars or enums so :/
try making some vars then OnPlayerDeath do var[killerid] ++
then make a command ex:
/mykills
format(string,sizeof(string),"%d",var[playerid]
sendclientmessage
i think i wasnt clear with that xD
Posts: 182
Threads: 53
Joined: Nov 2010
Reputation:
0
Example for me ? and how to display it, Command ?
Posts: 120
Threads: 2
Joined: Nov 2008
Reputation:
0
Just order by DESC and display 5 lines?