global $options;
foreach ($options as $value) {
if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); }
}
?>
Cómo jugar:
Juego de monster trucks donde el objetivo es llegar al final del circuito destruyendo todo lo que encontremos en nuestro camino, eso incluye autos, motos, etc. También debemos tener cuidado para que nuestro vehículo no se destruya al volcar. Para jugar utilizamos el TECLADO y las teclas de CURSOR.
global $options;
foreach ($options as $value) {
if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); }
}
?>
Cargando el juego ..
Controles:
Publicado por: