Posts: 307
Threads: 88
Joined: Feb 2015
Reputation:
0
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??
Posts: 502
Threads: 57
Joined: Nov 2015
Reputation:
0
Can you give me your Script About job truck?
I Can't Help you before See your script
Posts: 1,167
Threads: 57
Joined: Jul 2010
Reputation:
0
new Timer;
OnGameModeInit()
{
new Timer = SetTimer("CheckDriver",1000*60,1);
}
public CheckDriver()
{
foreach(Player,i)
{
if(!IsATruck(i)) { You failed the mission; }
}
}
Posts: 307
Threads: 88
Joined: Feb 2015
Reputation:
0
I did but can someone help me make textdraw countdown.. for job..