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

Lua Player PZ locked

OldXar

Member
Joined
Feb 17, 2009
Messages
215
Reaction score
6
How can I state that a player is pz locked ?

for example if a player is pz locked he can't do something...

Code:
function (isPlayerPzLocked(cid) == TRUE) then ...

Doesn't seem to work ?
What am I doing wrong ?

Thanks
 
Ok the "He can't do something" wasnt ment like he cant move, it was just something I stated because I didnt knew what yet...
I should have been more specific.

So lets just say I want to check if a player is in PZ, Yes or No ?
Do I need to use to action tiles aswell then or... ?
 
Back
Top