why did you blur your login? isn't it Logidroid? Make sure you are using Logidroid and not logidroid.
Also, in addition to your profile being public, you must also make your Game details public (it's the setting below your profile being public)
why did you blur your login? isn't it Logidroid? Make sure you are using Logidroid and not logidroid.
Also, in addition to your profile being public, you must also make your Game details public (it's the setting below your profile being public)
oh, you are back! (sorry, thought you were done explaining yourself).
It happens man, i'm not trying to imply you are intentionally loading software that triggers the anti-cheat, it happens sometimes from software that folks don't realize will trip it.
Not sure why you keep saying the game is dead... it's pretty lively where i play. There are sites that show statistics and server status that would disagree with your assessment.
Happy to answer any other questions about the status of the servers / aliveness of the community!
no, everything you said is incorrect.
Sorry you got caught by the anti-cheat and didn't read up on how it works / the rules.
Totally understand you are done explaining your self, I respect that acceptance!
Good luck to you in the future good sir!
Specor123 no, you know what you did... 
there is no unbanning, and if it is that high (30,000 days) then you did it twice (ie didn't learn the first time)
mryusuf115 no, there are no ban appeals. You gotta read up on the anti-cheat, it specifically says in BIG RED BOX that you can't do that... you have to be in LAN mode... SOLO mode will still ban you.
should be 7 days (unless you tried to bypass the ban, then it would be 14)
just gotta wait it out and review the rules!
Bottom line:
You had something running (or you started something up) that triggered the anti-cheat. if you honestly don't know what it was that triggered the anti-cheat, then i would do a ton of research on all the things you had running at the time of the ban so you can figure it out... cuz the next one is a perma-ban...
factualapparatus documentation works great! 99% of users have no issues.
Likely means you have a bad install. Like the person before you said...
Bo2 via Plutonium without the game on steam is just 100% broken
using pirated files is likely what is causing an issue (which can happen... they are no longer supported).
Since this is your first post, (coming out with a real banger) it is obvious you haven't asked for help with your issue yet...
If you are having an issue with something, don't revive an old post with a random complaint about the documentation.... make sure you are using good proper game files and then post what your issue is and we will be happy to help if we can!
yes, the same way on windows... put them in the storage/t6/mods folder
Littlegods no i think he's asking what database / data storage structure you are using...
for instance, i use sql to do this... stores the stats, builds the data on the website, talks to my discord server, has logins, etc... same idea, different method!
Sray Audic you can do that with something like this:
self.PowerupSelected = whichPowerUp();
if(self adsButtonPressed())
powerup = level specific_powerup_drop(self.PowerupSelected, self.origin);
whichPowerUp()
{
powerups[0] = "nuke";
powerups[1] = "insta_kill";
powerups[2] = "double_points";
powerups[3] = "full_ammo";
return powerups[ randomInt(powerups.size) ];
}
Sray Audic yes this can be done with gsc scripts with functions like:
if(self actionslotonebuttonpressed())
self weapon_give( "galil_zm" );
if(self actionslotthreebuttonpressed())
self weapon_give( "galil_upgraded_zm" );
if(self actionslottwobuttonpressed())
self weapon_give( "raygun_mark2_zm" );
if(self actionslotfourbuttonpressed())
self weapon_give( "raygun_mark2_upgraded_zm" );
and
if(self adsButtonPressed())
powerup = level specific_powerup_drop("full_ammo", self.origin);
(this is bo2 example)
"this post was deleted"
looks like they removed it
vviciss skill issue... hundreds of thousands of people have gotten it to work with 0 issue.
Why don't you follow the guides on the website and ask questions with details on your issues so we can help instead of this route of whining.
it's pretty simple:
let us know what step number you are having issues with.
Specor123 i think you are misunderstanding what Wolf is saying... the software that you are using to record the clips is the issue...
Drezzy807 that is dependent on the server. A lot of servers auto lock the server above a certain round to prevent trolls coming in and ruining a run. You will have to find the owner of the server you are talking about and ask them how they handle that. Everyone is different.
Example: My servers have a voting system when it locks so the players can choose to unlock it to let folks in if they want and then relock it, but not all server owners do that. You'll have to find that owner to figure out what they do.
Ohmy that's normal, it would be silly for you to be able to load your own scripts that took effect on other's servers. Scripts are for solo or servers you host.
Magicdiaz you on your own! pirated (cracked) files are not supported.
GhostRider0125 No, sorry, i don't use them.
Just get one from the plutonium forums that you load by putting files in either your /mods folder or /scripts folder and you will be safe. If you are doing some crazy inject method, then you be doing it wrong 
GhostRider0125 no your mod menu won't work in someone else's server... that's why those types are allowed and won't get you banned.
The anti-cheat documentation tells you about what is and isn't bannable.
Mod menus that are not injected (aka ones that are loaded from GSC) are fine... and don't work on other's servers... just your own local/custom games or on your own dedicated server.
GhostRider0125 you don't get banned for using normal mod menus... just don't inject stuff.