will warn you, you will get crashes

status cue
Posts
-
How do i add bots in my server? -
[Support] fix sky barrier with slidesno 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? -
How do i add bots in my server?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 CrashingUse Redist folder or just google the error. It's pretty common. Should be a directx error i think
-
[Support] how to fix slidesYou 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 listSet-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 transitionsi 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?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 & loadgoogle is ur best friend
-
[Support] How do I make health changestop asking stupid questions and just use google lol sorry 4 beeing toxic
-
[Support] Custom Game Saving?You can get good classes even with 10 slots. Just take some perks out.
-
Server won't show up for my friends or meYou loaded any gsc? Could be the problem
-
[Support] Custom Game Saving?i dont think you can. idk if its really needed. just play on a ffa server and have fun there