Truck Job
#1

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??
Reply
#2

Can you give me your Script About job truck?
I Can't Help you before See your script
Reply
#3

new Timer;

OnGameModeInit()
{
new Timer = SetTimer("CheckDriver",1000*60,1);
}

public CheckDriver()
{
foreach(Player,i)
{
if(!IsATruck(i)) { You failed the mission; }
}


}
Reply
#4

I did but can someone help me make textdraw countdown.. for job..
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)