05.08.2012, 20:07
What causes the darkness on the textdraw white part?
Edit: I tried using ~h~ to lighten it.
I use this: "~w~Welcome ~p~KyleSmith ~n~~w~To KSCNRRPG."
Thank you.
Edit: I tried using ~h~ to lighten it.
I use this: "~w~Welcome ~p~KyleSmith ~n~~w~To KSCNRRPG."
Код:
txtAlertNotice[playerid] = CreatePlayerTextDraw(playerid, 314.000000, 192.000000, "_"); PlayerTextDrawAlignment(playerid,txtAlertNotice[playerid], 2); PlayerTextDrawBackgroundColor(playerid, txtAlertNotice[playerid], 255); PlayerTextDrawFont(playerid, txtAlertNotice[playerid], 3); PlayerTextDrawLetterSize(playerid, txtAlertNotice[playerid], 0.829999, 2.399997); PlayerTextDrawColor(playerid, txtAlertNotice[playerid], 0xC07D0196); PlayerTextDrawSetOutline(playerid, txtAlertNotice[playerid], 1); PlayerTextDrawSetProportional(playerid, txtAlertNotice[playerid], 1);