Quote:
Originally Posted by iFarbod
I Don't like using TAB For showing scoreboard.
Maybe changing it to another key. or something like this:
...
So we can easily control it like this:
Using /scoreboard to show or hide. (If shown, hide. If Hiden, Show it)
pawn Code:
CMD:scoreboard(playerid, params) { (!IsScoreBoardVisibleForPlayer(playerid)) ? ShowScoreBoardForPlayer(playerid) : HideScoreBoardForPlayer(playerid); return 1; }
|
TAB is even more convenient than typing a whole command. I don't think going deep over client sided stuffs like these would be a better idea for the upcoming SA-MP updates. Whenever the "GetPlayer" count increases, the network process increases which would lead to a bit lag between the client and SA-MP server.