25.07.2012, 19:05
When you add this textdraw https://sampforum.blast.hk/showthread.php?tid=60108 not show me hours. How can I fix it? I have other textdraw and they will give to help me. Thanks in advance!
Код:
//============================[TextDraws]=======================================
txtSpec = TextDrawCreate(610.0, 400.0,
"~b~~k~~PED_SPRINT~ ~w~to respawn");
TextDrawUseBox(txtSpec, 0);
TextDrawFont(txtSpec, 2);
TextDrawSetShadow(txtSpec,0);
TextDrawSetOutline(txtSpec,1);
TextDrawBackgroundColor(txtSpec,0x000000FF);
TextDrawColor(txtSpec,0xFFFFFFFF);
TextDrawAlignment(txtSpec,3);

