Jump to content

TIMER HELP NEEDED!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


Guest erkki1

Recommended Posts

Can somebodey tell me how to stop timer!!!!!!!!!!!! it is for MTA:VC 0.5

timer starts like that:

.timer 1 120 job.fail $1 $2 //it is set for 2 min. if these 2 min is counted then it starts to go into -1,-2,-3 and so on. How to stop it?

alias job.fail{

mta.msg $1 $2 You Faild! Type !job to get new job.

????????stop timer here, but how??????????????

}

Link to comment

u need to name the timer in order to stop it,

eg: .timerjob $+ $2 1 120 job.fail $1 $2

then u can use: .timerjob $+ $2 off

to stop it. by using the $2 it sets the timer to the current player id, so u know which timer to stop.

if u need any other help, just ask.

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...