but when i run it, the mouse goes realy really slow, how do i fix this?
but when i run it, the mouse goes realy really slow, how do i fix this?
in your settup procedure or where you d stuff like declareplayers; Do setupsrl;
I do visit every 2-6 months
Or in the start of your script (like in DeclarePlayers) PutMouseSpeed can be any number from 10 to 50 (I think?). I use 12/13. Any higher is pretty much ridiculous.Code:MouseSpeed := 12; //Mouse movement speed.
It's essential to have SetupSRL; in the start of your main-loop. SetupSRL sets up a lot of things, including Cos/Sin-array, mousespeed, integers and alot of important stuff. I use SetupSRL even if I'm testing a 5 line procedure.
-Knives
ohh, i was missing setupsrl lol.
There are currently 1 users browsing this thread. (0 members and 1 guests)