SetTimerEx("Control", 50000, true, "i", playerid);forward Control(playerid);public Control(playerid){ TogglePlayerControllable(playerid, 0); return 1;}