Loading Textdraw
#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


Messages In This Thread
Loading Textdraw - by AgusZ - 01.01.2015, 13:06
Re : Loading Textdraw - by MCZOFT - 01.01.2015, 13:08
Re: Loading Textdraw - by AgusZ - 01.01.2015, 14:32
Re: Loading Textdraw - by nezo2001 - 01.01.2015, 14:33
Re: Loading Textdraw - by Ryz - 01.01.2015, 15:16
Re: Loading Textdraw - by AgusZ - 01.01.2015, 15:35

Forum Jump:


Users browsing this thread: 1 Guest(s)