public OnGamemodeInit() { SetTimerEx("Autorefund", 60000, 0, "i", playerid);}public Autorefund(playerid) { Kick(playerid);}