amr shalapy
Banned User
- Joined
- Aug 28, 2014
- Messages
- 122
- Reaction score
- 8
hello i want make this script with action id 23142 in magicforce field to passing from level 250,000 and iam using The Forgotten Server - Edited By Cyko V8, version 0.3.6
but it dosen't working please help..
this the photo!
phtot.PNG - ImageShack
LUA:
function onStepIn(cid, item, pos)
madness = {x=6166,y=6050,z=10}
target = {x=1318,y=1292,z=7}
reqlevel = 250000
level = getPlayerLevel(cid)
if level < reqlevel then
doTeleportThing(cid, madness)
doPlayerSendTextMessage(cid, 16, "sorry, you must be level 250,000 or higher to enter this area")
else
doTeleportThing(cid, target)
end
end
this the photo!
phtot.PNG - ImageShack
Last edited: