Seems everything downloads from directory browsing apart from the json when clicked on maybe thats the issue?

Dec
Posts
-
Is mod loading fully supported -
Is mod loading fully supportedTried a bunch of ways setting up mod loading, sometimes its fast download sometimes its slow download i tried using my webhosting for the downloads as well as on the local machine where the servers are hosted
seta sv_wwwBaseURL "http://81.168.83.165:8080/mods/zmweapons/" (tried without and with trailing '/')
set mod="mods/zmweapons"works when i put the files directly inside of my plutonium storage files but just wont download says failed everytime
let me know if i need to give some more information!
-
[Clipstone] Terrible score multiplier for zombie non headshot killskyemel_person i cant get past round 1 tbf
-
[Clipstone] Terrible score multiplier for zombie non headshot kills -
server hosting limitsFutureRave Nice one mate appreciate you
-
server hosting limitsive sorted it between the most active games eitherway now but thanks for letting me know though appreciate yall
-
server hosting limitsIts possible that's what the issue might've been but wouldn't it only do it for that one server?, it was causing it for all my servers but nevertheless i've changed it now anyways appreciate the answer either way!
-
server hosting limitsIssues connecting to plutonium server
I've got these servers as follows:
4 t4zm
10 t5zm
15 t6zm
1 t6mp= 30 servers which is the full limit per actual server
you can have up to 30 servers in total and 15 zombies per game / 10 multiplayer per game
4 + 10 + 15 + 1 = 30
i just turned of the T6MP server and they're all back to normal so is the actual server limit 29 and not 30?
-
[Old Clipstone] Bet Against The ServerIH8Gays05 I cant really give you any support from that reply, I don't use any of these anymore but if you would like to post the code here id be able to give you a little more input on it!
-
[Old Clipstone] Bet Against The Serverfor the one on the github its staminup machines but can easily be changed to a command instead
just rip the code from the machine and put it into a function and run whenever the command is used
-
[Old Clipstone] Bet Against The ServerSearch for this line:
if (isInteger(args[1]) && player.score >= int(args[1]))
change to this:
if (isInt(args[1]) && player.score >= int(args[1]))
-
[Old Clipstone] Bet Against The ServerYou can do so in your config file, Normally called dedicated_zm.cfg or for MP dedicated.cfg
-
Re Enabled RCON Messages For ConsoleCPU isnt an issue to be honest for me, thread will be updated for it though
i will update the thread once i'm done thanks for the input
i did put 'if' u use t6utils wanted to keep the config files default as i set some dvars in certain scripts
-
Banned for name (another account)Welcome to the club mate happy to have you!.
They wont ban you without reason is what it is
-
How to update server?Assuming you've put your files in a different folder.
Run the update.bat then drag the appdata/local/Plutonium files which are the updated files into where your files are
-
Re Enabled RCON Messages For Consolenot sure if anyone knows of it but rcon messages are disabled by default if you use t6 utils you can use this to re enable it without running the command for each server every refresh
Enabled RCON Messages For Console
Edit for Xerxes & JezuzLizard
Setting DVAR on init:
SetDvar("con_displayRconOutput", 1);For Config File
con_displayRconOutput 1 -
Invalid Topic - Issue Has Been Dealt With.I'm vouching because same
-
[Clipstone] Plutonium T6 HTTP request to website vote example using GSC and PHPCommand usage: .vote
Sends a http post request to a domain/website from the server when a player uses the command
GitHub link: GitHub
Video of the process:
https://www.youtube.com/shorts/QGlMjpS2YQ4
https://www.youtube.com/watch?v=1-Enn-1-IIs
https://www.tiktok.com/@weedliketosmoke/video/7360261351106678049 -
Weapon/Attatchment/Score Streaks Not fully workingMost things are banned apart from dual kap, B23R and some score streaks would this be an issue with the item restriction or my end?
as all score streaks are banned but people can still use them, same for some guns and attachments aswell?
-
Give ideas for scripts!mahmodhalah2 Their is a drop weapon command someone wrote a while back if you cant find it let me know ill upload it for you to the git repo