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

(Function) getPlayerPzStatus

Thuggeh

New Member
Joined
Jul 10, 2007
Messages
201
Reaction score
1
getPlayerFightStatus
getPlayerPzLock

Not sure what to call it.

Anybody feel up to it? I need a function that tells whether or not a player is pzLocked.

if (isPzLocked)
return 1
else
return 0
 
Back
Top