Sande Posted May 1, 2013 Share Posted May 1, 2013 Can someone fix this?, thanks. function cursori () local player = getPlayerName(getLocalPlayer()) if ( player ) then showcursor ( player, true ) if isCursorShowing ( player ) then outputChatBox ( "#Pelaamisesi on estetty" ) end end end addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), cursori) Link to comment
PaiN^ Posted May 1, 2013 Share Posted May 1, 2013 What are you rying to do with that script ? Link to comment
iPrestege Posted May 1, 2013 Share Posted May 1, 2013 showCursor ( true ) if isCursorShowing() This is you're problem replace it with you're . Link to comment
Castillo Posted May 1, 2013 Share Posted May 1, 2013 You aren't explaining him what is his problem. Problems found: 1: You wrote "showcursor" lowercase "C", but should have been uppercase. 2: showCursor client side doesn't have a player argument. Link to comment
iPrestege Posted May 1, 2013 Share Posted May 1, 2013 You aren't explaining him what is his problem.Problems found: 1: You wrote "showcursor" lowercase "C", but should have been uppercase. 2: showCursor client side doesn't have a player argument. Yep Sorry Am Just Like To Help People With Out Tell Them What's The Problem Just If He / She Ask . Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now