To be honest imo with the name maxcheaters the only content you can have to make it work would be something that has to do with cheating or any form of cheats/hacks such as leaks, cracked apps and/or scripts, bypasses, etc. It would require a new name and the support of the community to build something fresh and ofc it will also require a team that would listen to people's ideas and suggestions that makes sense in order to make it work. Maxcheaters community was kinda divided back in the time when people wanted to see new stuff that maxcheaters wouldn't add and they were starting new communities trying to build what they would like to see ending up failing because they didn't have the knowledge and/or the community back then to support it, coming back to mxc hoping that something would change which it didn't and that was the beginning of how it started to die activity wise. And obviously the trusting part mentioned above as well was a crucial part of it as well.
Question
SlyWhiteSheep
Ok well as the title says I would like to set the character level from the configs:
Here is what I have coded so far:
//SWS FACTION MOD if (Config.FACTION_SYSTEM_ENABLE_SET_NEW_CHAR_LEVEL;) { newChar. }So from my code you can see that I have a boolean config to enable the function and inside the function at:
newChar.
I don't know what to code to add in order to be able to specify from the configs that i want to set the level ingame.
Anyway I want it to look something like this:
//SWS FACTION MOD if (Config.FACTION_SYSTEM_ENABLE_SET_NEW_CHAR_LEVEL;) { newChar.SetLevel(Config.FACTION_SYSTEM_SET_NEW_CHAR_LEVEL;) }3 answers to this question
Recommended Posts