View Single Post
  #186  
Unread 05-08-2005, 09:16 PM
yoda yoda is offline
A Young Mystail Rat
 
Join Date: Feb 2005
Server: Antonia Bayle
Posts: 4
Default

that was relatively easy. in Octavius's sig files you need to edit the theme.php file.

instead of imagestring use imagettftext

example:
Code:
imagettftext($image_out, 9, 0, 10, 36, $color, $font, $player['adventurer']);
you also need to upload the font file *.ttf and provide the path

example:
Code:
$font = 'font/arial.ttf';
Reply With Quote