Aller au contenu

Wolpeur

Membre
  • Compteur de contenus

    41
  • Inscription

  • Dernière visite

Réponses de la communauté

  1. Le https://inshare.fr/topic/1807-resolubackground-qui-change-selon-rank/?do=findComment&comment=15935 de message dans [RESOLU]Background qui change selon rank a été marqué comme réponse   
    C'est juste un système de condition rien de plus compliqué
     
    <?php $rank = $user->rank; switch ($rank) { case 1: print "ton background rank 1"; break; case 8: print "ton background rank 8"; break; case 10: print "ton background rank 10"; break; } ?>  
×
×
  • Créer...