Feche1320 Posted January 5, 2011 Share Posted January 5, 2011 How can I know when the player presses W or S(being in a car)?? Thanks Link to comment
[STM]Metalhero Posted January 5, 2011 Share Posted January 5, 2011 you dont need to detect key yust wire funtion with bined keys for example function start () bindKey("accelerate","both",funcw) bindKey("brake_reverse","both",funcb) end addEventHandler( "onClientResourceStart", getRootElement( ),start) function funkw () outputChatBox("You drive with vehicle") end function funkb () outputChatBox("You drive reverse with vehicle") end 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