Para los servidores con account manager y no cuenta con pagina web aqui tienen un Ranking Ingame para que vean sus mejores player
data/talkactions/scripts/highscore.lua
Código:function onSay(cid, words, param)
-- max players on the highscore
local players = 20 -- The amount of players that is shown in the list
-- don't touch --
local str = ""
local value = ""
...
↧