[Help] TextDrawDestroy
#1

Hello , i want to Destroy the TextDraw After 5 or 7 seconds

E.G.
PHP код:
new Text:welcomeText
 
public 
OnGameModeInit()
{
    
// This line is used to create the textdraw. 
    // Note: This creates a textdraw without any formatting.
    
welcomeText TextDrawCreate(240.0,580.0,"Welcome to my SA-MP server");
    return 
1;
}
 
public 
OnPlayerConnect(playerid)
{
    
//This is used to show the player the textdraw when they connect.
    
TextDrawShowForPlayer(playerid,welcomeText);

This is the code so i want that when player watch this textdraw , it automatically disappear after 5 seconds.
Reply


Messages In This Thread
[Help] TextDrawDestroy - by Arxalan - 29.12.2014, 13:14
Re: [Help] TextDrawDestroy - by Pottus - 29.12.2014, 13:17
Re: [Help] TextDrawDestroy - by dominik523 - 29.12.2014, 13:19
Re: [Help] TextDrawDestroy - by Arxalan - 29.12.2014, 13:32
Re: [Help] TextDrawDestroy - by Pottus - 29.12.2014, 13:34
Re: [Help] TextDrawDestroy - by Arxalan - 29.12.2014, 14:17
AW: Re: [Help] TextDrawDestroy - by Nero_3D - 29.12.2014, 14:26

Forum Jump:


Users browsing this thread: 1 Guest(s)