Could some one help me with this script please?
function onSay(cid, words, param)
local storage = 4500
local players = getPlayersOnline()
local ptable = {}
{name, value}
for i=1,#players,1 do
ptable[i] = {getCreatureName(players[i]), getPlayerStorageValue(players[i]...