[SOLVED] Textdraw when spawn for 10 seconds but only ID 0 can see the textd..
#1

Hello I've a Textdraw where wrotes "Created by RyDeR" for only 10 seconds when spawn. But there is a problem: ' Only ID 0 Can see the textdraw when he spawn :S what's the problem anybody know that?



This is the textdraw maybe you can make an example when spawn to show this for 10 seconds.
Код:
	Textdraw3 = TextDrawCreate(431.000000,348.000000,"Created By");
	Textdraw4 = TextDrawCreate(450.000000,381.000000,"[WsR]RyDeR");
	TextDrawAlignment(Textdraw3,0);
	TextDrawAlignment(Textdraw4,0);
	TextDrawBackgroundColor(Textdraw3,0x000000ff);
	TextDrawBackgroundColor(Textdraw4,0x000000ff);
	TextDrawFont(Textdraw3,1);
	TextDrawLetterSize(Textdraw3,0.799999,1.400000);
	TextDrawFont(Textdraw4,3);
	TextDrawLetterSize(Textdraw4,0.499999,1.100000);
	TextDrawColor(Textdraw3,0xffffffff);
	TextDrawColor(Textdraw4,0xffffffff);
	TextDrawSetProportional(Textdraw3,1);
	TextDrawSetProportional(Textdraw4,1);
	TextDrawSetShadow(Textdraw3,2);
	TextDrawSetShadow(Textdraw4,2);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)