Problem with texdraw.
#1

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);
Reply
#2

Add under OnPlayerSpawn:

pawn Код:
TextDrawShowForPlayer(playerid, txtSpec);
Reply
#3

I do,but don't work.This occurs when all scripts have textdraw.
Reply
#4

Help?
Reply
#5

Help?
Reply
#6

Just run it as a filter script and keep updated on it. Don't try to add it into your game mode. Just keep it as is.
Reply
#7

Well let it go as a filterscript. Is there another limit of 16 filterscripts in the mod?
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)