• 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!

[Modern AAC] Help with Signature

cesar10

Active Member
Joined
Aug 4, 2009
Messages
427
Reaction score
37
hello people,
i want to know change the font and the color of the font on the part of character name on the signature script of modern aac

PHP:
// Player Name
	$MadGD->addText( 'Name:', $MadGD->textBold )->setPosition( 10, $row * $height );
	$MadGD->addText( $character->getName( ), ( $character->isOnline() ? array( 'color' => '5df82d' ) : array( ) ) )->setPosition( ); $row++;
can someone help me please?;c
i add rep :)
 
Back
Top