26.04.2012, 12:31
Quote:
Kan ik het scherm van de spelers grijs laten worden? Dan niet echt grijs, maar gewoon doorzichtig grijs...
|
Code:
Naam = TextDrawCreate(2.000000, 0.000000, "~n~"); TextDrawBackgroundColor(Naam, KLEUR); TextDrawFont(Naam, 1); TextDrawLetterSize(Naam, 0.500000, 49.700004); TextDrawColor(Naam, -1); TextDrawSetOutline(Naam, 0); TextDrawSetProportional(Naam, 1); TextDrawSetShadow(Naam, 1); TextDrawUseBox(Naam, 1); TextDrawBoxColor(Naam, 255); TextDrawTextSize(Naam, 637.000000, 20.000000);