haraba Posted February 10, 2016 Share Posted February 10, 2016 So hey guys, i am currently trying to edit tele_manager and i just cant seem to bind it from /tele to pressing ''f2'' addCommandHandler bindKey("F2", "down", "tele") is what i've written as command, but when im ingame it doesnt work.. Link to comment
KariiiM Posted February 10, 2016 Share Posted February 10, 2016 Hello Haraba, Basically it should be like that: --Server side addCommandHandler("tele", function(thePlayer,cmd) --[[Your code]] end) bindKey("F2", "down", "tele") Link to comment
haraba Posted February 11, 2016 Author Share Posted February 11, 2016 Hello KariiM, Could you possibly contact me through skype? Joel.olsson9 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