Advertisement
Guest User

Untitled

a guest
May 21st, 2018
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. function cursor ()
  2.   bindKey ( "m", funcInput )
  3.  showCursor ( true )
  4.  showCursor ( false )
  5. end
  6. addEventHandler("onClientResourceStart",root,cursor)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement