• 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 Need help, got a problem with doChangeSpeed.

Slatera

Active Member
Joined
Mar 6, 2009
Messages
521
Reaction score
46
Location
Sweden
When I type doChangeSpeed, how do I do so the speed get lost?

When I tried to use
Code:
			doChangeSpeed(cid, getCreatureSpeed(cid) - 250)
			doChangeSpeed(cid, getCreatureSpeed(cid) + 250)

But didnt work, and I tried to use
Code:
local PLAYERSPEED = 250
And add that in doChangeSpeed, but didnt work either, my same problem is that it gets the speed, but it doesnt get removed.
Help plx?
 
Back
Top