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

mayNotMove(cid,value)

Markey

Ashandra War Scripter
Joined
Feb 7, 2008
Messages
114
Reaction score
1
Location
Austria
Hi,
Today I tried to make a lua script with the function mayNotMove, but I got an error in the console which said that the command doesn't exist :S
Has it been replaced with another command :confused:
I'm using revision 962 (trunk)
 
I'm sure it was mayNotMove in tfs 0.2, and mayMove(cid,0) doesn't work too
 
In 0.2 its mayNotMove(cid, TRUE/FALSE), in pre-alpha its doPlayerSetNoMove(cid, TRUE/FALSE).
I've made getPlayerNoMove(cid) for that.
 
Back
Top