05.02.2013, 16:01
SetTimer does not support parameters.
Change the SetTimer line with this:
SetTimerEx is the same, but SetTimerEx does support parameters.
Change the SetTimer line with this:
pawn Code:
SetTimerEx("Sweeping", 10000, false, "i", playerid);