25 | | imagettftext($im, 10, 0, 319-$width, 71, $black, 'fonts/GUNSHIP2.TTF', $corp->getName()); |
26 | | imagettftext($im, 10, 0, 318-$width, 70, $red, 'fonts/GUNSHIP2.TTF', $corp->getName()); |
| 26 | imagettftext($im, 10, 0, 319-$width, 71, $black, MPATH.'GUNSHIP2.TTF', $corp->getName()); |
| 27 | imagettftext($im, 10, 0, 318-$width, 70, $red, MPATH.'GUNSHIP2.TTF', $corp->getName()); |
31 | | imagettftext($im, 16, 0, 319-$width, 91, $black, 'fonts/GUNSHIP2.TTF', $name); |
32 | | imagettftext($im, 16, 0, 318-$width, 90, $red, 'fonts/GUNSHIP2.TTF', $name); |
| 32 | imagettftext($im, 16, 0, 319-$width, 91, $black, MPATH.'GUNSHIP2.TTF', $name); |
| 33 | imagettftext($im, 16, 0, 318-$width, 90, $red, MPATH.'GUNSHIP2.TTF', $name); |
35 | | imagettftext($im, 11, 0, 39, 16, $black, 'fonts/spaceage.ttf', $kill->getTimeStamp()); |
36 | | imagettftext($im, 11, 0, 38, 15, $white, 'fonts/spaceage.ttf', $kill->getTimeStamp()); |
37 | | imagettftext($im, 11, 0, 39, 26, $black, 'fonts/spaceage.ttf', $kill->getVictimName()); |
38 | | imagettftext($im, 11, 0, 38, 25, $white, 'fonts/spaceage.ttf', $kill->getVictimName()); |
39 | | imagettftext($im, 11, 0, 39, 36, $black, 'fonts/spaceage.ttf', $kill->getVictimCorpName()); |
40 | | imagettftext($im, 11, 0, 38, 35, $white, 'fonts/spaceage.ttf', $kill->getVictimCorpName()); |
| 36 | imagettftext($im, 11, 0, 39, 16, $black, MPATH.'spaceage.ttf', $kill->getTimeStamp()); |
| 37 | imagettftext($im, 11, 0, 38, 15, $white, MPATH.'spaceage.ttf', $kill->getTimeStamp()); |
| 38 | imagettftext($im, 11, 0, 39, 26, $black, MPATH.'spaceage.ttf', $kill->getVictimName()); |
| 39 | imagettftext($im, 11, 0, 38, 25, $white, MPATH.'spaceage.ttf', $kill->getVictimName()); |
| 40 | imagettftext($im, 11, 0, 39, 36, $black, MPATH.'spaceage.ttf', $kill->getVictimCorpName()); |
| 41 | imagettftext($im, 11, 0, 38, 35, $white, MPATH.'spaceage.ttf', $kill->getVictimCorpName()); |
42 | | imagettftext($im, 11, 0, 6, 46, $black, 'fonts/spaceage.ttf', $kill->getVictimShipName()); |
43 | | imagettftext($im, 11, 0, 5, 45, $white, 'fonts/spaceage.ttf', $kill->getVictimShipName()); |
| 43 | imagettftext($im, 11, 0, 6, 46, $black, MPATH.'spaceage.ttf', $kill->getVictimShipName()); |
| 44 | imagettftext($im, 11, 0, 5, 45, $white, MPATH.'spaceage.ttf', $kill->getVictimShipName()); |