SetTimerEx("CARGAR", 30 * 1000, false, "d", playerid);
forward CARGAR(playerid); public CARGAR(playerid) { TogglePlayerControllable(playerid, 1); }