mob/var/delay=7
client
Move()
sleep(usr.delay)
..()
Problem description: This makes sure the player doesn't zoom across the map. But when the player press the left and right arrow keys rapidly back and forth, the player starts to randomly teleport.
ID:139498
Dec 13 2010, 7:51 pm
|
|
Code:
mob/var/delay=7 Problem description: This makes sure the player doesn't zoom across the map. But when the player press the left and right arrow keys rapidly back and forth, the player starts to randomly teleport. |
Dec 13 2010, 8:04 pm
|
|
[link]
|