Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public bool:is_user_standing_still(id)
- {
- if (get_user_button(id) & (IN_JUMP|IN_FORWARD|IN_BACK|IN_MOVELEFT|IN_MOVERIGHT))
- return false
- if (!(get_entity_flags(id) & FL_ONGROUND))
- return false
- return true
- }
Advertisement
Add Comment
Please, Sign In to add comment