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

How to fix /t

mocoba

New Member
Joined
Aug 23, 2008
Messages
332
Reaction score
0
How i fix it
PHP:
02:15 /town carlin
02:15 Town carlin does not exists.
all cites like that
====================
and want remove broadcast :Buypremium
TFS 8.60
please :) and Thanks
 
thanks
====
another error
[04/02/2011 11:34:40] [Error - CreatureScript Interface]
[04/02/2011 11:34:40] data/creaturescripts/scripts/idle.lua:onThink
[04/02/2011 11:34:40] Description:
[04/02/2011 11:34:40] data/creaturescripts/scripts/idle.lua:14: attempt to compare number with nil
[04/02/2011 11:34:40] stack traceback:
[04/02/2011 11:34:40] data/creaturescripts/scripts/idle.lua:14: in function <data/creaturescripts/scripts/idle.lua:6>

Thanks For Help
 
LUA:
function onSay(cid, words, param)
local i = TOWNID,
local townName = carlin,
local position = {x=1000,y=1000,z=7}
   for i = position do
  if param = "i" or param="townName" then
     doTeleportThing(cid, position, TRUE) and doCreatureSendTextMessage(cid, 20, 'Welcome to ..townName..!')
end
return LUA_ERROR
end
end
thats one way to go, I dont know if it is 100% bug free but you can try to make an edit in that script or make a new script /t "carlin ex. and remove the original /t.

PM if it isent working.
 
Last edited:
Back
Top