Doggynub
LUA / C++
- Joined
- Sep 28, 2008
- Messages
- 2,541
- Reaction score
- 186
Ok, then i use this to lower player speed
then , here is my problem is to get it to normal back i tryed to use this, but the character become faster??
Any ideas?
Code:
doChaneSpeed(cid, - getCreatureSpeed(cid)/2)
then , here is my problem is to get it to normal back i tryed to use this, but the character become faster??
Code:
doChaneSpeed(cid, getCreatureSpeed(cid)*2)
Any ideas?