21.01.2013, 20:52
I wouldn't use a timer for this.
Id use get time.
and then check to see if time is equal to a specif time.
Info
I'm very tired, so im not sure if, im right. If i'm wrong then im sorry and I will continue to help
Id use get time.
pawn Код:
getTime();
pawn Код:
new Time = getTime();
if(Time == "12:00")
{
RespawnVehicles();
}
I'm very tired, so im not sure if, im right. If i'm wrong then im sorry and I will continue to help