Are there any commands I could run to make scripts activate after someone exits spectator mode? Like when someone joins a server, and they get out of being a spectator, they don't receive perks that are supposed to be given or a weapon via a script.
Doob
Posts
-
Running Script Once People Leave Spectator Mode -
My Give All Perks Script Isn't WorkingJezuzLizard Wow, big thanks dude! Fantastic script : )
I do have two questions though, by server config for the perma perk value do you mean like in the dedicated_zm.cfg? Also are there any work arounds for mob of the dead? You do get the perks at the start but since you down at the beginning you loose them. -
My Give All Perks Script Isn't WorkingThanks for the fix it worked
Now my perk icons won't show once I've given the perks. Is there anyway to fix that? -
My Give All Perks Script Isn't WorkingHow would I give players the perk once they spawn in? What function would I use?
-
My Give All Perks Script Isn't WorkingSo I made a simple script that should give all players all perks on the map. The issues I am having are, you get juggernog but, you don't get the health boost. The script also doesn't run again once the game resets, only once. My code for the script is below, please help in anyway possible.
init() { for(;;) { level waittill("connected", player); player thread onPlayerConnect(); } } PerkTest() { self give_perk("specialty_armorvest"); self give_perk("specialty_quickrevive"); self give_perk("specialty_fastreload"); self give_perk("specialty_rof"); self give_perk("specialty_longersprint"); } onPlayerConnect() { self thread PerkTest(); }
-
My Game Crashed and I have Crash Log Along with itRektInator I also don't know if my anti virus was running at the same time as when I got the error so that might be a possibility as well
-
My Game Crashed and I have Crash Log Along with itRektInator I was on a dedicated server when it happened soo?
-
My Game Crashed and I have Crash Log Along with itHannesC I don't, so is there anything else I could do?
-
My Game Crashed and I have Crash Log Along with it
This is the crash message I got in looking in the log this is what was in itException Code: 0xE06D7363
Exception Address: 0x74FC44C2If there is anything else that is needed let me know
-
Random Crashes for me are getting ridiculousAn issue I had before was that every time I'd play the map Origins, the game would end up crashing at about rounds 11-14. I don't get any error messages nothing, just exits the game nothing more. I've ran the piry.exe multiple times to try and fix any possible broken files. It has crashed in solo games and dedicated servers with a max of 4 players. I wasn't too sure what could be wrong so I ended up deleting all the files and re downloading them, to get a fresh copy of Plutonium. I've been playing the game and the crashes have been worse. The worst one I've had so far, was as soon as I made it to gen 3 the game crashed. I have done about every single possible thing I could think of to try and fix this issue, and none of them have worked. I've asked people in the discord if they knew any solutions and none were familiar with this issue. This is getting really annoying and every time it crashes I just wanna play less and less If anybody has any possible solutions please let me know.