13.11.2012, 14:01
Quote:
It's textdraws. You can use textdraw font 4 for pics using sprites. Or you must be a pro in textdraws(Easy way is to use a textdraw editor.)
|
pawn Код:
#define Path "../Picture/GTA.jpg"
new Text:Text1;
public OnGameModeInit()
{
Text1 = TextDrawCreate(1,430,path);
TextDrawFont(Text1, 4);
return 1;
}