16.01.2013, 16:34
Solved the problem by myself
Silly me didnt setted the Timer xD
public OnFilterScriptInit()
{
TurnTimer = SetTimer("LT",1000,0);
SetTimer("LT",1000,1);
...
What for this was you gonna see in the later existing unique server
Anyway thanks for help
i putted it into a filterscript firstly to get it working properly then i gonna add the working one to the gm
Silly me didnt setted the Timer xD
public OnFilterScriptInit()
{
TurnTimer = SetTimer("LT",1000,0);
SetTimer("LT",1000,1);
...
What for this was you gonna see in the later existing unique server
Anyway thanks for help
Quote:
EDIT: Also, to avoid any conflict with objects, try putting all objects into your gamemode. |