Textdraw thats timed?
#1

Hello, I was wondering how i can make my textdraw be timed. so it stays on screen for 5 seconds and then leaves.

Thanks!
Reply
#2

pawn Код:
SetTimer("TextdrawTimer", 5000, false, "i", playerid); // Put this under where you create the textdraw

forward TextdrawTimer(playerid);
public TextdrawTimer(playerid);
{
    // destroy the textdraw
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)