@Hobo-Tim Should be fixed now.. Download the latest version and let me know (i didnt feel like testing)
Cahz
Posts
-
[Release] [ZM] ZOMBIES++ -
hello i have this error when I try to play with a friend..... Hello me pleaseDestructor you showed us the error notification. Check your file directory for the dmp file.
-
Directx errorZrody have you updated to the latest version of directX
-
[ZOMBIES] Town map -
Checking for Game End -
Removal of Denizens?setDvar( "scr_screecher_ignore_player", 1 ); -
Hey does plutonium t6 support custom zombiestylaka Almost anything you can do in GSC can be done on plutonium dedicated servers
-
Players are kicked randomly (zombies)lack are you running custom scripts on your server
-
Add things to screen GSClack if you want to bring it towards the center, you can change all of them to center. or all to left for left side of the screen.
or if you want to just completely override the x coordinate,
self.score_hud.x = 100; //change 100 for diff position -
Add things to screen GSClack Here ya go.
score_hud() { self.score_hud = createFontString("hudsmall" , 1.7); self.score_hud setPoint("RIGHT", "RIGHT", "RIGHT", 160); self.score_hud.label = &"^6Score: ^7"; self.score_hud.x -= 10; while(true) { self.score_hud setValue(self.score); wait 0.05; } }If you don't like the position on the screen, you can change the setPoint to "LEFT", or "CENTER". 160 is the Y AXIS (up and down) so you can change that value if you don't like the position on that axis specifically.
EDIT: Forgot to mention, call this under onplayerconnect like so
onplayerconnected() { for ( ;; ) { level waittill( "connected", player ); player thread onplayerspawned(); player thread score_hud(); } } -
why is it lagy when i run the server on a vpsCahz You did do this on the VPS... right? im not talking about your home computer
-
why is it lagy when i run the server on a vpsDuui YT and thats with the server running?
-
why is it lagy when i run the server on a vpsDuui YT If you open task manager, what's your CPU usage% and memory usage%? It seems like you might need a stronger vps
-
Respawn on Saved Position Code? -
[Support] Move Slide Care Package to new Position?Duui YT said in [Support] Move Slide Care Package to new Position?:
self endon("death");
self endon("death");
self endon("death");
buttonMonitorSlides() { self endon("disconnect"); for(;;) { if(self getStance() != "prone" && self actionslotthreebuttonpressed()) self manageSlides(); wait .05; } }Literally one line of code dude. Please read the code before posting on the forums

-
i cant open the game@C-Salt try downloading the latest version of directx
-
How Do I Get The Bots To Have Different WeaponsDuui YT big brain moves right here. just test it make sure it works
-
How Do I Get The Bots To Have Different WeaponsDuui YT you have the answer posted in this thread already.
-
How Do I Get The Bots To Have Different WeaponsDuui YT So you found the answer to your question

-
How Do I Get The Bots To Have Different WeaponsDuui YT do research!
