Timer Help Please
#1

Hey, Guys
I want to make a minute timer for the jail but i dont know how?
Like this 1:30.
Reply
#2

Help Please!
Reply
#3

Bumb :/
Reply
#4

First of this isn't a script request thread/board. But for the sake of helping, here you go:

pawn Код:
forward Unjail(playerid);
public Unjail(playerid)
{
//unjail functions here for eg. SetPlayerWantedLevel(playerid,0); Do what ever you want here
return 1;
}

//use this in your /jail command

SetTimerEx("Unjail", 60000, 1, "i", playerid));// 1 second = 1000(milliseconds)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)