15.12.2010, 09:55
You need to use a loop inside the LastPlayerAlive function and remove the "playerid" parameter from it too. I don't know if that'll fix your problem but its a problem itself. Because SetTimer isn't passing an id as a parameter. For that you need to use SetTimerEx, but that won't work (for what you need) in OnGameModeInit/OnFilterScriptInit.