• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

I want a help with teleport command ( Battle Sign )

Scofield

New Member
Joined
Oct 24, 2009
Messages
147
Reaction score
1
Location
Cairo/Egypt
I want to make commands like !teleport Enigma City , and !teleport Darashia etc... i have like 12 towns in my mab, so i want thie !teleport to be the same or may be /teleport if it's hard to make ! but i saw in many OTs.

Now about the script i can script it as well but i faled to add the command that Preventing players form teleport while the have Battle Sign for example

Use when u dont have battle sign and it will teleport you
Use while u have battle sign and it will say You may not teleport while u have a battle sign

I use this script and it keep saying u have battle sign wheter i have or not it keeps giving me that can someone tell me what to do or what is the right Function ?

Code:
function onSay(cid, words, param)
     if(isPlayerPzLocked ~= TRUE) then
          doPlayerSendTextMessage(cid, 22, "You are PZ Locked, you can't use this")
     else
          --Code
     end
     return TRUE
end

Thanks in advance
Amir
 
Now about the script i can script it as well but i faled to add the command that Preventing players form teleport while the have Battle Sign for example

My server Crying damson 0.3.5 gesior 0.3.5 xampp 1.6.6 what u mean with destro may i know what is it but i dont want the word itself


You dont know what is DISTRO, do you think I will believe you're a scripter?
 
Back
Top