Discussion du forum |
|
Vous êtes sur la discussion Problème loterie
Problème loterie
de
Jake (
toon-cad)
- créé le 13 fev 2011 à 1h 58
11 reponses - 380 vues
modifié il y a 13 ans
Elle ne marche pas, je ne comprends pas pourquoi. Quelle est l'erreur dans mon code ?! :
<center><b><color #0000ff>Numéro 1</color><color #ffff9a>____</color><color #0000ff>Numéro 2</color><color #ffff9a>___</color><color #0000ff>Numéro 3</color><color #ffff9a>___</color><color #0000ff>Numéro 4</color><color #ffff9a>____</color><color #0000ff>Numéro 5</color></b>
[IF Seconde = 0] [Mod Action1] - [Mod Action2] - [Mod Action3] - [Mod Action4] - [Mod Action5] [/IF] [IF Seconde = 1] [Mod Action2] - [Mod Action3] - [Mod Action4] - [Mod Action5] - [Mod Action1] [/IF] [IF Seconde = 2] [Mod Action3] - [Mod Action4] - [Mod Action5] - [Mod Action2] - [Mod Action1] [/IF] [IF Seconde = 3] [Mod Action5] - [Mod Action3] - [Mod Action4] - [Mod Action2] - [Mod Action1] [/IF] [IF Seconde = 4] [Mod Action3] - [Mod Action5] - [Mod Action2] - [Mod Action1] - [Mod Action4] [/IF] [IF Seconde = 5] [Mod Action5] - [Mod Action4] - [Mod Action3] - [Mod Action2] - [Mod Action1] [/IF] [IF Seconde = 6] [Mod Action1] - [Mod Action5] - [Mod Action2] - [Mod Action4] - [Mod Action3] [/IF] [IF Seconde = 7] [Mod Action4] - [Mod Action2] - [Mod Action3] - [Mod Action1] - [Mod Action5] [/IF] [IF Seconde = 8] [Mod Action3] - [Mod Action2] - [Mod Action1] - [Mod Action5] - [Mod Action4] [/IF] [IF Seconde = 9] [Mod Action3] - [Mod Action2] - [Mod Action5] - [Mod Action1] - [Mod Action4] [/IF]
Voici les réponses de cette discussion : (page 1/1)
Quel est le message d'erreur ?
(Pour info, si il est plus de HH:MM:09 rien ne s'affichera...)
Premièrement, vous êtes vraiment efficace ! Et deuxièmement, ça fait juste mettre numéro 1, numéro 2... jusqu'à 5 mais ils sont en bleus, on ne peut pas cliquer dessus ! Et c'est quoi des HH:MM:09 ?? :O
Vous pouvez aller voir sur mon site, dans la page loterie... inscrivez vous :P Comme ça vous pourrez peut-être plus comprendre ?
HH : heure
MM : minute
Votre code n'affichera les actions que si les secondes sont inférieures à 9.
Ainsi, si vous avez été voir la page à 02:14:20, rien ne s'affichera.
Je vous invite à aller sur : http://s-p.fr.nf, choisissez le code de seconde et entrez un intervalle qui vous convient, le codage IF sera créé, il vous restera juste à mettre votre aménagement d'actions entre les balises
http://s-p.fr.nf/gencode.php *
Je ne comprends vraiment pas le truc de 2:14:20. Sa veux dire que peux importe ce que je fais, mon code marchera jamais :O
Ok la sa me dit ça : [IF Seconde >= 0 && Seconde < 1]CONTENU[/IF]
[IF Seconde >= 1 && Seconde < 2]CONTENU[/IF]
[IF Seconde >= 2 && Seconde < 3]CONTENU[/IF]
[IF Seconde >= 3 && Seconde < 4]CONTENU[/IF]
[IF Seconde >= 4 && Seconde < 5]CONTENU[/IF]
[IF Seconde >= 5 && Seconde < 6]CONTENU[/IF]
[IF Seconde >= 6 && Seconde < 7]CONTENU[/IF]
[IF Seconde >= 7 && Seconde < 8]CONTENU[/IF]
[IF Seconde >= 8 && Seconde < 9]CONTENU[/IF]
[IF Seconde >= 9 && Seconde < 10]CONTENU[/IF]
[IF Seconde >= 10 && Seconde < 11]CONTENU[/IF]
[IF Seconde >= 11 && Seconde < 12]CONTENU[/IF]
[IF Seconde >= 12 && Seconde < 13]CONTENU[/IF]
[IF Seconde >= 13 && Seconde < 14]CONTENU[/IF]
[IF Seconde >= 14 && Seconde < 15]CONTENU[/IF]
[IF Seconde >= 15 && Seconde < 16]CONTENU[/IF]
[IF Seconde >= 16 && Seconde < 17]CONTENU[/IF]
[IF Seconde >= 17 && Seconde < 18]CONTENU[/IF]
[IF Seconde >= 18 && Seconde < 19]CONTENU[/IF]
[IF Seconde >= 19 && Seconde < 20]CONTENU[/IF]
[IF Seconde >= 20 && Seconde < 21]CONTENU[/IF]
[IF Seconde >= 21 && Seconde < 22]CONTENU[/IF]
[IF Seconde >= 22 && Seconde < 23]CONTENU[/IF]
[IF Seconde >= 23 && Seconde < 24]CONTENU[/IF]
[IF Seconde >= 24 && Seconde < 25]CONTENU[/IF]
[IF Seconde >= 25 && Seconde < 26]CONTENU[/IF]
[IF Seconde >= 26 && Seconde < 27]CONTENU[/IF]
[IF Seconde >= 27 && Seconde < 28]CONTENU[/IF]
[IF Seconde >= 28 && Seconde < 29]CONTENU[/IF]
[IF Seconde >= 29 && Seconde < 30]CONTENU[/IF]
[IF Seconde >= 30 && Seconde < 31]CONTENU[/IF]
[IF Seconde >= 31 && Seconde < 32]CONTENU[/IF]
[IF Seconde >= 32 && Seconde < 33]CONTENU[/IF]
[IF Seconde >= 33 && Seconde < 34]CONTENU[/IF]
[IF Seconde >= 34 && Seconde < 35]CONTENU[/IF]
[IF Seconde >= 35 && Seconde < 36]CONTENU[/IF]
[IF Seconde >= 36 && Seconde < 37]CONTENU[/IF]
[IF Seconde >= 37 && Seconde < 38]CONTENU[/IF]
[IF Seconde >= 38 && Seconde < 39]CONTENU[/IF]
[IF Seconde >= 39 && Seconde < 40]CONTENU[/IF]
[IF Seconde >= 40 && Seconde < 41]CONTENU[/IF]
[IF Seconde >= 41 && Seconde < 42]CONTENU[/IF]
[IF Seconde >= 42 && Seconde < 43]CONTENU[/IF]
[IF Seconde >= 43 && Seconde < 44]CONTENU[/IF]
[IF Seconde >= 44 && Seconde < 45]CONTENU[/IF]
[IF Seconde >= 45 && Seconde < 46]CONTENU[/IF]
[IF Seconde >= 46 && Seconde < 47]CONTENU[/IF]
[IF Seconde >= 47 && Seconde < 48]CONTENU[/IF]
[IF Seconde >= 48 && Seconde < 49]CONTENU[/IF]
[IF Seconde >= 49 && Seconde < 50]CONTENU[/IF]
[IF Seconde >= 50 && Seconde < 51]CONTENU[/IF]
[IF Seconde >= 51 && Seconde < 52]CONTENU[/IF]
[IF Seconde >= 52 && Seconde < 53]CONTENU[/IF]
[IF Seconde >= 53 && Seconde < 54]CONTENU[/IF]
[IF Seconde >= 54 && Seconde < 55]CONTENU[/IF]
[IF Seconde >= 55 && Seconde < 56]CONTENU[/IF]
[IF Seconde >= 56 && Seconde < 57]CONTENU[/IF]
[IF Seconde >= 57 && Seconde < 58]CONTENU[/IF]
[IF Seconde >= 58 && Seconde < 59]CONTENU[/IF]
[IF Seconde >= 59 && Seconde < 60]CONTENU[/IF]
Est-ce que à la place du contenu je mets les "mod action..." ? Est-ce que je peux en mettre plusieurs ?
Bien sûr, à la place de contenu tu mets tes [Mod ActionX]
Ok c'est réglé, merci :)
le 2 mars 2011 à 0h 56 (il y a 13 ans)
Jay (
tvworld)
MAIS !
on peut aussi faire :
[IF Seconde >= 1 && Seconde < 59]perdre :([/IF]
[IF Seconde >= 59 && Seconde < 60]gagner :)[/IF]
C'est simplifié mais sa fonctionnerait aussi haha
C'est méchant, on ne peut gagner qu'a un moment !! mais ca peut etre bien, ou alors on perd tout le temps ca serait drole !!
Poster un message
Veuillez vous connecter pour poster sur le forum.