Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
I would like this teleport NPC vip vip is only those who type for storage since my server has two types of vip
local cities = {
['treiners'] = {
pos = {x = 1988, y = 1595, z = 7};
level = 250;
};
['teleports'] = {
pos = {x = 1912, y = 1594, z = 7}...
someone could explain to me happens to improve this script, since I do not know much about, .lua
function onUse(cid, item, fromPosition, itemEx, toPosition)
if item.itemid == 11138 then
if getPlayerStorageValue(cid,525250) <= 0 then...
like this?
http://prntscr.com/9oiwol
local function removeGuy(cid)
if isPlayer(cid) then
doRemoveCreature(cid, true)
end
end
function onUse(cid, item, fromPosition, itemEx, toPosition)
if (not getTileInfo(getThingPos(cid)).protection) then...
hello imkingran you know correct a small error in the script, if I relog when to activate the item from this error in the distro
[10/1/2016 15:7:55] [Error - Action Interface]
[10/1/2016 15:7:55] In a timer event called from:
[10/1/2016 15:7:55] data/actions/scripts/vip/epicvip.lua:eek:nUse...
I think you do not understand me, but ultimately could fix my script?
Loading actions... [Error - LuaInterface::loadFile] data/actions/scripts/freeset1.lua:3: 'end' expected (to close 'function' at line 1) near 'elseif'
[7/1/2016 18:27:20] [Error - Event::checkScript] Cannot load script...
anyone can put to correct the problem for example if I use the scroll VIP 2 times the dummy name will be [VIP] [VIP] Name
function onUse(cid, item, fromPosition, itemEx, toPosition)
local config={
removeOnUse = "yes" -- remover quando usar ("yes" or "no")
}
local days = 30 -- dias que serão...