Loading Textdraw
#1

i finish create this textdraw and how to make this textdraw work ?


Reply
#2

i'd like to help you but what is your Question .?

do you want this textdraw after a while disapear or after a while setting your class etc . .? ?
Reply
#3

Yes. how ??

sorry im new in scripting


onplayerconnect this textdraw show and loading 5 sec and after loading goto request class
Reply
#4

How what ??
Reply
#5

learn to create textdraw https://sampforum.blast.hk/showthread.php?tid=376758

Use timer to delay class selection Ex:

pawn Код:
//add this at onplayerconnect
TogglePlayerSpectating(playerid, true);
SetTimerEx("Delay", 5000, false, "i", playerid);

//add after all call backs

forward Delay(playerid);
public Delay(playerid)
{
     TogglePlayerSpectating(playerid, false);
    return 1;
}
Reply
#6

Thanks All
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)