Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

Slxxpyundefined

Slxxpy

@Slxxpy
About
Posts
31
Topics
7
Shares
0
Groups
0
Followers
12
Following
3

Posts

Recent Best Controversial

  • Need help with sv_cheats
    Slxxpyundefined Slxxpy

    Dasfonia alr ty, I will test it out later:)

    MW3 Modding Support & Discussion

  • How sexy would this be? 👀
    Slxxpyundefined Slxxpy

    Sorex Thank you:)

    General Discussion

  • How sexy would this be? 👀
    Slxxpyundefined Slxxpy

    mikey Thank you ❤

    General Discussion

  • How sexy would this be? 👀
    Slxxpyundefined Slxxpy

    fed Leave me alone

    General Discussion

  • How sexy would this be? 👀
    Slxxpyundefined Slxxpy

    Slxxpy Concept Image

    General Discussion

  • Need help with sv_cheats
    Slxxpyundefined Slxxpy

    Dasfonia Alright thank you very much:)

    MW3 Modding Support & Discussion

  • Need help with sv_cheats
    Slxxpyundefined Slxxpy

    Matrix Alright thank you:) much more helpful, informative and nicer👍

    MW3 Modding Support & Discussion

  • Need help with sv_cheats
    Slxxpyundefined Slxxpy

    So 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:)
    MW3 Modding Support & Discussion

  • Cannot Connect To My Own server
    Slxxpyundefined Slxxpy

    or u can do connect localhost:27017 or 27016 depending the port:)

    MW3 Server Hosting Support

  • Stuck on waiting for other players (Server Build)
    Slxxpyundefined Slxxpy

    never mind I figured it out:)

    MW3 Server Hosting Support

  • Stuck on waiting for other players (Server Build)
    Slxxpyundefined Slxxpy

    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!Screenshot (1283).png

    MW3 Server Hosting Support
  • 1
  • 2
  • 2 / 2
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate