13.04.2011, 17:28
well if your using a filterscript change public OnGameModeInit() to public OnFilterScriptInit()
as so
as so
pawn Код:
public OnFilterScriptInit()
{
SetTimer("MoveFightRingstep2", 20000, 1);//20000=20seconds 1=loop
SetTimer("MoveFightRingstep1", 60000, 1);//60000=1 min 1=loop
fight_ring = CreateObject(14791, -2042.615234375, -147.52728271484, 90.86026763916, 0.00, 0.00, 0); // createfightring variable
return 1;
}