*Fixed bug [VIP]. Search bug this script: endvip.lua
--[[ By Samuel
[email protected] ]]--
function onLogin(cid)
if getPlayerStorageValue(cid, 13545) - os.time() > 0 then
setPlayerStorageValue(cid, 13545, 1)
end
local pos = {x = 154, y = 51, z = 7} -- posiçao do templo.
function...