11.05.2012, 21:56
Then to this:
pawn Код:
SetTimerEx("RemoveW2LV", 60000, 0, "i", playerid);
forward RemoveW2LV(playerid);
public RemoveW2LV(playerid)
{
W2LV[playerid] = 0;
}