stock KickEx(playerid) { SetTimerEx("KickPlayer",1000,0,"d",playerid); }forward KickPlayer(playerid);public KickPlayer(playerid){ Kick(playerid);}