• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Problem z sms shopem.

uzywam teraz tfsa 0.2.2 i dziala sms shop do czasu gdy zamawiam item zabiera pkt ale itemu nie wysyla a w login lua tak mam :
function onLogin(cid)
setPlayerStorageValue(cid,29061,1)
registerCreatureEvent(cid, "DeathBroadcast")
--registerCreatureEvent(cid, "inquisitionPortals")
registerCreatureEvent(cid, "PlayerDeath")
registerCreatureEvent(cid, "PlayerKill")
registerCreatureEvent(cid, "KilledMonstersCounter")

if (InitArenaScript ~= 0) then
InitArenaScript = 1
-- make arena rooms free
for i = 42300, 42309 do
setGlobalStorageValue(i, 0)
setGlobalStorageValue(i+100, 0)
end
end
for i = 1, 3 do
if getPlayerStorageValue(cid, 42300 + i * 10 - 1) < 1 then
for j = 0, 9 do
setPlayerStorageValue(cid, 42290 + i * 10 + j, 0)
end
end
end
if getPlayerStorageValue(cid, 42355) == -1 then
setPlayerStorageValue(cid, 42355, 0) -- did not arena level
end
setPlayerStorageValue(cid, 42350, 0) -- time to kick 0
setPlayerStorageValue(cid, 42352, 0) -- is not in arena


return TRUE
end

pomoze ktos?
 
Back
Top