TEXTDRAW TIMER?
#7

addthis on your top of the script
PHP код:
forward textdrawtimer2(playerid);//this will be the timer (public)
new textdrawtimer[MAX_PLAYERS];//this is related to the timer for the player 
add this under the textdraws
PHP код:
textdrawtimer[playerid] = SetTimerEx("textdrawtimer2"5000false"i"playerid);// start the timer for the player ! 
and add this somewhere
PHP код:
public textdraw2(playerid)
{
    
TextDrawHideForPlayer(playeridConnectTextdraw1);
    
TextDrawHideForPlayer(playeridConnectTextdraw2);
    
TextDrawHideForPlayer(playeridConnectTextdraw3);
    return 
1;

Reply


Messages In This Thread
TEXTDRAW TIMER? - by [Cali]ChrOnic_T - 05.06.2014, 05:07
Re: TEXTDRAW TIMER? - by HyperZ - 05.06.2014, 05:09
Re: TEXTDRAW TIMER? - by [Cali]ChrOnic_T - 05.06.2014, 05:10
Re: TEXTDRAW TIMER? - by HyperZ - 05.06.2014, 05:12
Re: TEXTDRAW TIMER? - by Adityz - 05.06.2014, 05:13
Re: TEXTDRAW TIMER? - by Deathlane - 05.06.2014, 05:15
Re: TEXTDRAW TIMER? - by sl!x - 05.06.2014, 05:17
Re: TEXTDRAW TIMER? - by SyntaxQ - 05.06.2014, 07:48

Forum Jump:


Users browsing this thread: 1 Guest(s)