Help with LUA scripts pleasehey i wanna know how i make alot of scripts to use in the same time, looks like insert i use one script, home i use another and more....
Originally Posted by chaoskiller123 hey i wanna know how i make alot of scripts to use in the same time, looks like insert i use one script, home i use another and more.... Code: first hack here *press enter twice* second hack here *press enter twice* third hack here *press enter twice* Repeat the enter twice process and you will have more hacks running on the same button!
Code: -- Message on screen if managers.hud then managers.hud:show_hint( { text = "woot" } ) end -- debug menu if managers.menu then managers.menu:set_debug_menu_enabled(true) end Something like that