Truck Job - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Truck Job (
/showthread.php?tid=596401)
Truck Job -
Ugaustin - 17.12.2015
how can I make a timer so the player has to be in "IsATruck" and has to go 60 seconds and a countdown timer. and if he stops to appear message "You failed the mission" ?? can someone tell me please??
Re: Truck Job -
Amunra - 17.12.2015
Can you give me your Script About job truck?
I Can't Help you before See your script
Re: Truck Job -
ikey07 - 17.12.2015
new Timer;
OnGameModeInit()
{
new Timer = SetTimer("CheckDriver",1000*60,1);
}
public CheckDriver()
{
foreach(Player,i)
{
if(!IsATruck(i)) { You failed the mission; }
}
}
Re: Truck Job -
Ugaustin - 17.12.2015
I did but can someone help me make textdraw countdown.. for job..