• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

AAC reset system My AAC

Joker Man

Active Member
Joined
Nov 7, 2021
Messages
106
Reaction score
27
How can i put a button with reset system in my website
like that.
 

Attachments

Last edited:
Open system/templates/characters.html.twig

It's almost standard (with some exceptions) html file.

You need to add some rows inside of <table> element.

<tr><td> here something </td></tr>

Just look how it's made. It's easy.

To display reborn you need to put

{{ player.getCustomField('reborns') }}

Or whatever it's called in your players table.
 
May I ask a question how do I get the code
latestnews.php

slaw


It's those two plugins:


and

 
Back
Top