• 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!

Search results

  1. G

    Need some help SHOP

    Hello i am using [Gesior ACC] Shop System V 1.1 on my site now but what do i need on my server to get the items ingame? I have created shop_orders in mysql and the orders is created there but what do i need to use at the server? i have TFS 1.1 Sorry for my bad english :/
  2. G

    Solved Need help !aol

    It wont work!! function onSay(cid, words, param, channel) if getPlayerStorage(cid, 2700) <= os.time() then local kk = os.time()+2 setPlayerStorageValue(cid, 2700, kk) if getPlayerMoney(cid) >= 10000 then if doPlayerAddItem(cid, 2173, 1, false) then return...
Back
Top