Teria Como Fazer Uma Talk Com Essa Script?
Ele Server Para Ver Quantos Pontos O Player Tem!
function onLogin(cid)
local points = getAccountPoints(cid) or 0
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Your Account has " .. points .. " premium points.")
return true
end