#define Kick(%0) SetTimerEx("Kickar", 100, false, "i", %0)forward Kickar(playerid); public Kickar(playerid) { #undef Kick Kick(playerid); return 1;}