21.08.2011, 18:09
(
Last edited by Pro; 21/08/2011 at 06:42 PM.
)
Hi,
For my server I would like to create a textdraw under the HUD showing HOT commands. In other words, commands that have been used a lot, recently.
So like, say 5 players type two commands: /race and /jump. These two would become hot since they've been used recently and a lot, so they would display in the textdraw.
Just wondering the best way to do this? An example would be great. Storing all commands inputted into a large string and then comparing which command has been used the most at the end? meh dunno
For my server I would like to create a textdraw under the HUD showing HOT commands. In other words, commands that have been used a lot, recently.
So like, say 5 players type two commands: /race and /jump. These two would become hot since they've been used recently and a lot, so they would display in the textdraw.
Just wondering the best way to do this? An example would be great. Storing all commands inputted into a large string and then comparing which command has been used the most at the end? meh dunno