CMD:respawn(playerid, params[]){ for(new i; i < MAX_VEHICLES; i++) { RespawnVehicle(i);//Not sure if its a function... } return 1;}