Guest User

Untitled

a guest
Sep 18th, 2021
392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. GUIDE TO CHANGING CURSOR
  2.  
  3. :cursor ASSET_ID -- this will change your cursor to the image asset id provided
  4. :overridecursor 1 -- this will set the override so that the cursor works on more guns
  5.  
  6. by default, custom cursors only work on guns that use the DEFAULT CURSOR [RCL, E-11s, etc.]
  7. by setting the override to 1/true, it will allow the cursor to work on all NON-GUI CURSORS
  8.  
  9. you can delete your custom cursor with [ :cursor 0 ] and turn off the override with [ :overridecursor 0 ]
  10.  
  11. you only have to set these once, then they should save and apply across all servers
Advertisement
Add Comment
Please, Sign In to add comment