27.01.2010, 21:44
You have your timer setup for 50 seconds. And once it executes, it will stop.
If you want a repeating timer you need to use:
If you want a repeating timer you need to use:
pawn Код:
TIMER_PERCENT[i]=SetTimer("Conquersystem",50000,true);// this timer will set when a player is at a certain point!