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

Citizen teleport - Help!

kito2

www.masteria.net
Joined
Mar 9, 2009
Messages
3,766
Solutions
1
Reaction score
225
Location
Chile, Santiago
Hi... this script isnt working

PHP:
 ‎function onStepIn(cid, item, position, fromPosition)
if(item.actionid > 30020 and item.actionid < 30100) then
doPlayerSetTown(cid, item.actionid - 30020)
end
return TRUE
end

It show that X people can enter the teleport... There is another way to fix this?
 
script is good, search in your actions.xml for same actionid because you have citized and other script on same action id , i had same
 
Back
Top