no dont need it, thanks for yuor help, am leaving the skip option just on the mouse now, makes sense
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
if (IsKeyPressed(76) == 1) {
SetCursorMode(1);//set to mode look
}
else if (IsKeyPressed(84) == 1) {
SetCursorMode(3); // set to mode TALK
}
else if (IsKeyPressed(85) == 1) {
SetCursorMode(2); //set to mode USE
}
else SetCursorMode(0); //set to mode walk
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.131 seconds with 15 queries.