Dasfonia alr ty, I will test it out later:)
Slxxpy
Posts
-
Need help with sv_cheats -
How sexy would this be? 👀Sorex Thank you:)
-
How sexy would this be? 👀mikey Thank you

-
How sexy would this be? 👀fed Leave me alone
-
How sexy would this be? 👀
-
Need help with sv_cheatsDasfonia Alright thank you very much:)
-
Need help with sv_cheatsMatrix Alright thank you:) much more helpful, informative and nicer

-
Need help with sv_cheatsSo I'm creating a infected server which I've made some progress but I'm stuck on some server settings such as "sv_cheats 1". I need some commands in able to make my server the way I want example.
gsc.setDvar("jump_height", 46)
gsc.setDvar("jump_autobunnyhop", 0)
gsc.setDvar("jump_stepSize", 256)*However I have to have sv_cheats 1 in able to have these new settings changed.
my script looks like this
gsc.setDvar("jump_slowDownEnable", 1) gsc.setDvar("jump_disableFallDamage", 0) gsc.setDvar("sv_cheats", 1) gsc.setDvar("jump_slowdownEnable", "0") gsc.setDvar("jump_autobunnyhop", 0) gsc.setDvar("jump_height", 46) gsc.setDvar("sv_enableBounces", 1) gsc.setDvar("jump_stepSize", 256) gsc.setDvar("jump_ladderPushVel", 1024) gsc.setDvar("g_speed", 225) setTimeout(fun() { gsc.setDvar("jump_slowDownEnable", 0) gsc.setDvar("jump_disableFallDamage", 1) }, 0) })``` The biggest problem is people being able to noclip, godmode, etc. I also got helped by a staff member on your guys discord server and he told me to do this. level.onNotify("connected", fun[](args) { var player = args[0] gsc.setDvar("sv_cheats", 1) gsc.setDvar("jump_height", 46) setTimeout(fun() { gsc.setDvar("sv_cheats", 0) gsc.setDvar("jump_height", 46) }, 0) }) This couldn't set the jump height no matter what. And yes this is in my `Storage/IW5/Scripts folder` So i basically need help if i can use the commands with out sv_cheats 1 or can someone please make a quick script for me on auto kicking people when they use noclip. If not thanks for reading my issue:/ Have a great day, or night:) -
Cannot Connect To My Own serveror u can do connect localhost:27017 or 27016 depending the port:)
-
Stuck on waiting for other players (Server Build)never mind I figured it out:)
-
Stuck on waiting for other players (Server Build)Trying to connect to my server but i get stuck on waiting for other players I'm hosting and playing on the same computer so basically all i need to do is do connect localhost:27017 and I've done this before awhile back and i recently came back to iw5 and now it doesn't work:/ and yes I've updated the game files!
