CMD:autotunar(playerid,params[]) { if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER) { TuneVehicleRandomly(CreatedVehicle[playerid]); } return 1; }