13.08.2009, 00:27
SetTimer("InactiveCheck",120000,1);
I think this should be on player spawn with:
SetTimerEx("InactiveCheck",120000,1,"i",playerid);
To create a counting for each player. Am i correct ?
I think this should be on player spawn with:
SetTimerEx("InactiveCheck",120000,1,"i",playerid);
To create a counting for each player. Am i correct ?

