Have a dsc.gg/cxservers
dsc gg is a link shortener like bit ly so no vanity and its posted on the screen when you play on the servers though
Have a dsc.gg/cxservers
dsc gg is a link shortener like bit ly so no vanity and its posted on the screen when you play on the servers though
CitizenOfMars get off the vpn
Very interesting
the anti cheat is as awesome as you said it is because it even worked on you
"your anti-cheat is awesome" came back to haunt you
MAD_DAD this server has bank on it so it has iw4madmin already the post asking to get someone else to watch the chat since he can't always be there to do it
MAD_DAD I see what you meant now I do know of its automatic kick or ban system when a disallowed word is said I guess its good beside slurs and obvious horrible topics there can be false positives and people find bypasses and creative ways to say things easily
I had saw that deleted post lol
@WeedLikeToSmoke you got 2 admins do they not do much? Lol. I would guess your servers are the ones that dont really have a name but have bets/ranks/bank in it yes you can try "staff applications" on your discord that like every server ever does to see if anyone in your discord community is interested
Bread
I once saw the explanation for it something like at around the mid to high 200s and beyond of ping the player starts to become very unpleasant to play against like you can visually see they are high ping and some term "telefragging" and teleporting blah
SourPatchCx place this code under any .gsc script in your zombie_cosmodrome folder this is how i removed the monkeys
main()
{
replacefunc(maps\_zombiemode_ai_monkey::init, ::removemonkeys);
replacefunc(maps\_zombiemode_ai_monkey::monkey_prespawn, ::removemonkeys);
replacefunc(maps\_zombiemode_ai_monkey::monkey_round_spawning, ::removemonkeys);
replacefunc(maps\_zombiemode_ai_monkey::monkey_setup_spawners, ::removemonkeys);
replacefunc(maps\_zombiemode_ai_monkey::monkey_round_tracker, ::removemonkeys);
}
removemonkeys()
{
}
Give command is horrible put a script that will give you the weapon you want instantly when you spawn in
Whats the script you use look like?
3 afterlifes in customs and can pick up multiple plane parts should be as simple as level.is_forever_solo_game = true; under init
I've done that and have it working in custom and never got your issue
pqd the alias csv on the github is in an outdated format you have to get all the weapons sounds yourself now through unlinker or i could send mine i used for my own mod that has included every weapon sound from here
@ForumMaster2009 the username is different now
Alt_Zypher so forget what I said before im going to make the script that will make being able to carry multiple parts possible for this scenario better than the 1 line init
t_resa420 if you get it in BO1 too then its clear what the perp for the error is its the updated sdk thats responsible since T5 didn't get anything new other than the sdk thing thats clear now
pqd yes same name
Alt_Zypher ah its the isclassic and specifying the map line remove all that I wasnt thinking that part through but everything else work can confirm that
remove the isclassic part until you get to this then it works
plane_set_pieces_shared()
{
foreach(stub in level.zombie_include_craftables)