Get the maximum opportunities, income, and profit with our verification.
We help you pass verification on the services and applications you need, opening access to full functionality and scaling.
Fast. Reliable. Secure.
Minimal risks — predictable results.
Bonus for new clients:
Pay for the first verification and get a 10% discount on the next one.
Learn more — Go to
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