23-01-2009, 07:06 PM
hum perso pour mon moteur de combat je fait ceci:
Code PHP :
<?php
$arme_qui_tire=array_rand($armes_restant);
[........]
unset($armes_restant[$arme_qui_tire]);