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

Plutonium

status cueundefined

status cue

@status cue
About
Posts
14
Topics
0
Groups
0
Followers
3
Following
0

Posts

Recent Best Controversial

  • How do i add bots in my server?
    status cueundefined status cue

    will warn you, you will get crashes


  • [Support] fix sky barrier with slides
    status cueundefined status cue

    no need to add him i guess

    removeSkyBarrier()
    {
        entArray = getEntArray();
        for (index = 0; index < entArray.size; index++)
        {
            if( isSubStr(entArray[index].classname, "trigger_hurt") && entArray[index].origin[2] > 180 )
    
                entArray[index].origin = (0, 0, 9999999);
        }
    }
    

    just do this on init()

    thread removeSkyBarrier();
    

  • Other admin panels?
    status cueundefined status cue

    I think B3 works aswell

    Github

    havent tested it on pluto but lmk if it works


  • How do i add bots in my server?
    status cueundefined status cue

    Won't send you the whole script because it kinda took time for me

    dobots(a)
    {
        for(i = 0; i < a; i++)
        {
        	wait 1;
            thread maps\mp\bots\_bot::spawn_bot("autoassign");
        }
        wait 0.01;
    }
    

    thread it like this: self thread doBots(6);
    ^ 6 would spawn
    or put it in your menu as example on my base:

     addFunction("adminMenu", "Spawn 6 Bots",::doBots, 6 );
    

  • Server Crashing
    status cueundefined status cue

    Use Redist folder or just google the error. It's pretty common. Should be a directx error i think


  • [Support] how to fix slides
    status cueundefined status cue

    You probally looped the function.
    Idk how you want it but heres an example if you press crouch and melee at the same time:

    thread onplayerspawned()
    
    self thread spawnSlideBind();
    
    
    spawnSlideBind()
    {
        for (;;)
        {
        
          if( self stanceButtonPressed() && self meleebuttonpressed())
            	self thread spawnslide(); // <- obv your slide code then
            
        }
    }
    
    

  • Privileged user list
    status cueundefined status cue

    Set-up the IW4MAdmin from RaidMax
    Found Here
    It's pretty easy to setup. It will ask you at some point if you want "Reserved-Slots". You can give people the rank "trusted", i think they can only use !fastrestart then, put they are priviliged.
    The bad thing about this is:
    As Example you have 3 reserved slots on your server -> only 15 "normal" players can connect. Last 3 spots would be for priviliged, such as trusted/admin etc


  • [Support] How to skip the map changing transitions
    status cueundefined status cue

    i think i know what you mean and it isnt possible. you cant remove an entire loadscreen, aswell if you have a good ssd it just takes like a second bro. if you want to restart the same map, just use fast restart.


  • How do i add bots in my server?
    status cueundefined status cue

    bots are possible but they are crashing servers. ive a script which spawns them in and calculates it perfectly so its only 17 players. still server crashes after 30mins-1h.. wait for pluto update and try ur best


  • Slides and can swaps and save & load
    status cueundefined status cue

    google is ur best friend 🙂


  • [Support] How do I make health change
    status cueundefined status cue

    stop asking stupid questions and just use google lol sorry 4 beeing toxic


  • [Support] Custom Game Saving?
    status cueundefined status cue

    You can get good classes even with 10 slots. Just take some perks out.


  • Server won't show up for my friends or me
    status cueundefined status cue

    You loaded any gsc? Could be the problem


  • [Support] Custom Game Saving?
    status cueundefined status cue

    i dont think you can. idk if its really needed. just play on a ffa server and have fun there

  • 1 / 1
  • Login

  • Don't have an account? Register

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