Sande Posted May 1, 2013 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)
iPrestege Posted May 1, 2013 Posted May 1, 2013 showCursor ( true ) if isCursorShowing() This is you're problem replace it with you're .
Castillo Posted May 1, 2013 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.
iPrestege Posted May 1, 2013 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 .
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