14.01.2015, 11:10
Where should i put this?
new Text:TextDraw0;
Textdraw0 = TextDrawCreate(150.000000, 135.916656, "Hi Player!");
TextDrawLetterSize(TextDraw0, 1.124375, 5.356665);
TextDrawAlignment(TextDraw0, 1);
TextDrawColor(TextDraw0, -871318614);
TextDrawSetShadow(TextDraw0, 0);
TextDrawSetOutline(TextDraw0, 3);
TextDrawBackgroundColor(TextDraw0, 51);
TextDrawFont(TextDraw0, 2);
TextDrawSetProportional(TextDraw0, 1);
EDIT: for those who has black menu, i think you should put the "PLEO.txd" to your GTA Folder like mine "\GTA San Andreas\models\txd"
new Text:TextDraw0;
Textdraw0 = TextDrawCreate(150.000000, 135.916656, "Hi Player!");
TextDrawLetterSize(TextDraw0, 1.124375, 5.356665);
TextDrawAlignment(TextDraw0, 1);
TextDrawColor(TextDraw0, -871318614);
TextDrawSetShadow(TextDraw0, 0);
TextDrawSetOutline(TextDraw0, 3);
TextDrawBackgroundColor(TextDraw0, 51);
TextDrawFont(TextDraw0, 2);
TextDrawSetProportional(TextDraw0, 1);
EDIT: for those who has black menu, i think you should put the "PLEO.txd" to your GTA Folder like mine "\GTA San Andreas\models\txd"