12.03.2009, 10:30
pawn Код:
public OnGameModeInit()
{
[...]
SetTimer("WarArea", 500, 0);
// or even better, just call it directly
// WarArea();
[...]
return 1;
}
public OnGameModeInit()
{
[...]
SetTimer("WarArea", 500, 0);
// or even better, just call it directly
// WarArea();
[...]
return 1;
}