14.08.2014, 22:26
This goes to the start of the script (put it somewhere near the others "new")
This goes to "OnPlayerConnect"
And let the
Quote:
new Text:Textdraw0; // the textdraw |
Quote:
Textdraw0 = TextDrawCreate(7.000000, 425.000000, string1); // the string TextDrawBackgroundColor(Textdraw0, 255); TextDrawFont(Textdraw0, 1); TextDrawLetterSize(Textdraw0, 0.210000, 0.799999); TextDrawColor(Textdraw0, -1); TextDrawSetOutline(Textdraw0, 0); TextDrawSetProportional(Textdraw0, 1); TextDrawSetShadow(Textdraw0, 1); TextDrawUseBox(Textdraw0, 1); TextDrawBoxColor(Textdraw0, 83886165); TextDrawTextSize(Textdraw0, 140.000000, -63.000000); TextDrawSetSelectable(Textdraw0, 0); |
Quote:
TextDrawShowForAll(Textdraw0); |