Problem with timer
#11

Quote:
Originally Posted by ATomas
Посмотреть сообщение
pawn Код:
print("Timer Destroy is starting...");
SetTimerEx("Destroy", 15*1000, false, "d", playerid);
print("Timer Destroy started");
pawn Код:
forward Destroy(playerid);
public Destroy(playerid)
{
print("public Destroy is starting...");
KillTimer(Move_timer);
DestroyVehicle(TheBomber[playerid]);
print("public Destroy done");
return 1;
}
Use this and post your server_log.txt

I think the server to be very busy with Move_timer = SetTimer ("Move", 1, 1);
Try give more rest to server:
pawn Код:
Move_timer = SetTimer ("Move", 100, 1);
No working...

What is this damn problem?!
Reply


Messages In This Thread
Problem with timer - by ilay65 - 20.07.2014, 23:59
Re: Problem with timer - by Jefff - 21.07.2014, 00:02
Re: Problem with timer - by ilay65 - 21.07.2014, 00:07
Re: Problem with timer - by WildWave - 21.07.2014, 00:13
Re: Problem with timer - by ilay65 - 21.07.2014, 00:17
Re: Problem with timer - by ilay65 - 21.07.2014, 00:42
Re: Problem with timer - by Scottas - 21.07.2014, 04:01
Re: Problem with timer - by ilay65 - 21.07.2014, 11:48
Re: Problem with timer - by ilay65 - 21.07.2014, 12:27
Re: Problem with timer - by ATomas - 21.07.2014, 12:52
Re: Problem with timer - by ilay65 - 21.07.2014, 13:16
Respuesta: Re: Problem with timer - by Siralos - 21.07.2014, 13:52
Re: Respuesta: Re: Problem with timer - by ilay65 - 21.07.2014, 14:00
Respuesta: Re: Respuesta: Re: Problem with timer - by Siralos - 21.07.2014, 14:06

Forum Jump:


Users browsing this thread: 5 Guest(s)