Disable Textdraw 10 seconds after spawn for player. How to do that? Please..
#1

I think the subject sais everything.

This is the Textdraw
Код:
	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
#2

Use TextDrawHideForPlayer with a SetTimer/Ex at OnPlayerSpawn.
Reply
#3

Quote:
Originally Posted by Don Correlli
Use TextDrawHideForPlayer with a SetTimer/Ex at OnPlayerSpawn.
What's the difference between SetTimer and SetTimerEx?
Reply
#4

https://sampwiki.blast.hk/wiki/SetTimer
https://sampwiki.blast.hk/wiki/SetTimerEx
You should use SetTimerEx for your case.
Reply
#5

Quote:
Originally Posted by [WsR
RyDeR ]
Quote:
Originally Posted by Don Correlli
Use TextDrawHideForPlayer with a SetTimer/Ex at OnPlayerSpawn.
What's the difference between SetTimer and SetTimerEx?
One uses parameters and the other doesn't.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)