I need a script when player have a monster summoned then he cant enter the teleport, but if he has no monster summoned he can enter the teleport
Hmm i not a scripiter: but i think it will contaion this things:
if getPlayerLevel(cid) >= 35 then
if #getCreatureSummons(cid) >= 1 then
doPlayerSendCancel(cid,'Please call back your summon to enter the tp!.')
doPlayerSendCancel(cid,'Only levels 35 or up can enter.')
Help Rep+++
Hmm i not a scripiter: but i think it will contaion this things:
if getPlayerLevel(cid) >= 35 then
if #getCreatureSummons(cid) >= 1 then
doPlayerSendCancel(cid,'Please call back your summon to enter the tp!.')
doPlayerSendCancel(cid,'Only levels 35 or up can enter.')
Help Rep+++
Last edited: