Open Holdem
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.
Rechercher
 
 

Résultats par :
 


Rechercher Recherche avancée

Derniers sujets
» Ou sont-ils
profil EmptyMar 19 Juin - 6:23 par toto

» problème de code
profil EmptyVen 14 Juil - 14:17 par muratime

» recherche openholdem
profil EmptyDim 29 Jan - 10:57 par scl2b

» petite question sur certain terme OH
profil EmptyJeu 19 Jan - 17:49 par toto

» problème de bouton all in
profil EmptyJeu 19 Jan - 5:33 par toto

» Oh V9
profil EmptyMar 6 Déc - 13:43 par TKAP

»  OpenPPL V 1.3.1
profil EmptyVen 11 Nov - 8:17 par matom

» bonjour
profil EmptyVen 11 Nov - 8:04 par matom

» NO TRIAL HUD supprimer le message "TRIAL please register" du hud dans pokertracker
profil EmptyDim 12 Juin - 11:36 par BOTTER

Qui est en ligne ?
Il y a en tout 1 utilisateur en ligne :: 0 Enregistré, 0 Invisible et 1 Invité

Aucun

Le record du nombre d'utilisateurs en ligne est de 28 le Lun 26 Nov - 13:32
Statistiques
Nous avons 155 membres enregistrés
L'utilisateur enregistré le plus récent est Blandelsseattcher

Nos membres ont posté un total de 2282 messages dans 311 sujets
-20%
Le deal à ne pas rater :
-20% sur le Lot de 2 écrans PC GIGABYTE 27″ LED M27Q
429 € 539 €
Voir le deal
-20%
Le deal à ne pas rater :
(Adhérents Fnac) Enceinte Bluetooth Marshall Stanmore II Noir
199.99 € 249.99 €
Voir le deal

profil

3 participants

Aller en bas

profil Empty profil

Message par TKAP Mar 5 Mar - 10:57

Bonjour le fofo bon j'aimerais faire un 4 bet preflop alors notre symbol swag text method est 3 logiquement c un 4 bet?
Ou c'est ma ligne qui est mal codé ceci que j'ai rencontrè a plusieurs reprise avec ASK et ASQ tjrs sur la meme room lol

Il ya un truc que titi a expliqué concernant les lignes j'aimerais aussi detaillé mes lignes que je veux modifié.
Exemple quand j'ai signes ///// apres ou avant les lignes normallement le bot ne prend pas en concideration et meme ci il y a un symbole?exemple //// FAIRE UNE raise BOUTON (configurable sur la room)AU LIEU D'UN betsize

When (hand = AK or hand = AQ or hand = AJ or hand = AT or hand = KQ or hand = KJ or hand = QJ)/////// A corrigé pour un 4 bet

When (hand = AK or hand = AQ or hand = AJ or hand = AT or hand = KQ or hand = KJ or hand = QJ)
When BotsLastAction = Raise and BetSize <= 5 call Force
When raises = 0 RaisePot Force
When raises >= 1 call Force

When (pairinhand or hand = JT suited or hand = T9 suited or hand = 98 suited or hand = 87 suited or hand = 76 suited)
When BotsLastAction = call and BetSize <= 4 call Force
When raises = 0 call Force

Ca commence a apporté c'est fruit j'ai quelque ligne a corrigé o flop car il ma arrivé une seul fois avec pair de 77 preflop je call normal *
flop Q 3 5 Le bot call la mise pot de ladvaissaire de 27 000 les 3/4 de mon tapis et g eu peur qu il fold vu la mise engagé au flop et la turn un 2 la je comprens qu il envoie vu la mise engagé au flop (Meme moi je call pas o flop mdr:lol: ) superieur aux 3 quart de mon tapis sachant que j'ai rien o flop surperieur a la dame Apres ci il ya du call c du donkey cyclops





TKAP
Membre

Messages : 395
Date d'inscription : 09/01/2013
Localisation : France

Revenir en haut Aller en bas

profil Empty Re: profil

Message par TKAP Mar 5 Mar - 11:17

il ya un truc aussi que affric a expliqué concenant la protetion des gros stack
j'ai pas tout compris le codage

J'ai seullement une ligne a faire
Quand j'ai ASAS OU KK OU QQ a la bulle et que mon stack est inferieur aux gros stack fold force
aussi non j'ai penssé a un truc je ne sais pas ci on peut le faire
when j'arrive a la bulle et que mon stack est de 20 big blinds faire sit out et leave (revenir) quand c'est la table final

When (hand = AA or hand = KK or hand = QQ)// PROTECTION DES GROS STACK
When raises >= 0 Raisemax Force

TKAP
Membre

Messages : 395
Date d'inscription : 09/01/2013
Localisation : France

Revenir en haut Aller en bas

profil Empty Re: profil

Message par TKAP Mar 5 Mar - 11:47

voici les codes lignes de flop small pair

//Slowing down on the flop when we have small pocket pairs and either called a raise or raised ourselves before flop.
When (hand=22 or hand=33 or hand=44 or hand=55 or hand=66) and (BotRaisedBeforeFlop or RaisesBeforeFlop) and Opponents>=1 and not (HaveFlush or HaveStraight or HaveSet or HaveTrips or HaveQuads or HaveOverPair) and (OvercardsOnBoard>=1 or AcePresentOnFlop or PairOnBoard) and bets=0 and raises=0 Call Force
When (hand=22 or hand=33 or hand=44 or hand=55 or hand=66) and (BotRaisedBeforeFlop or RaisesBeforeFlop) and Opponents>=1 and not (HaveFlush or HaveStraight or HaveSet or HaveTrips or HaveQuads or HaveOverPair) and (OverCardsOnBoard>=1 or AcePresentOnFlop or PairOnBoard) and bets>=1 and (AmountToCall >15% PotSize) Fold Force
When (hand=77 or hand=88 or hand=99) and (BotRaisedBeforeFlop or RaisesBeforeFlop) and Opponents>=1 and not (HaveFullHouse or HaveFlush or HaveStraight or HaveSet or HaveTrips or HaveQuads or HaveOverPair) and (OverCardsOnBoard>=2 or AcePresentOnFlop or PairOnBoard) and bets=0 and raises=0 Call Force
When (hand=77 or hand=88 or hand=99) and (BotRaisedBeforeFlop or RaisesBeforeFlop) and Opponents>=1 and not (HaveFullHouse or HaveFlush or HaveStraight or HaveSet or HaveTrips or HaveQuads or HaveOverPair) and (OverCardsOnBoard>=2 or AcePresentOnFlop or PairOnBoard) and bets>=1 and (AmountToCall>20% PotSize) Fold Force


when Bets = 1 and Raises = 0 and (Hand = 99 or Hand = 88 or Hand = 77 or Hand = 66) and BetSize <=25% PotSize Call Force
when Bets = 0 and Raises = 1 and (Hand = 99 or Hand = 88 or Hand = 77 or Hand = 66) and BetSize <=25% PotSize Call Force

when Bets = 1 and Raises = 0 and (Hand = 88 or Hand = 66 or Hand = 77) and BetSize <=20% PotSize Call Force

when (Hand = 77 or Hand = 66 or Hand = 55 or Hand = 44) and Bets = 1 and Raises = 0 and PotSize <= 26 and BetSize <=52% PotSize Call Force je pennse que c est cette ligne la

Mci

TKAP
Membre

Messages : 395
Date d'inscription : 09/01/2013
Localisation : France

Revenir en haut Aller en bas

profil Empty Re: profil

Message par TKAP Mar 5 Mar - 12:04

Pour titi le specialiste

2013-03-05 16:20:43 - *** line_95_Act ///////////////////When not (raisesbeforeflop or botraisedbeforeflop) and pairinhand and opponents=1 and stilltoact=0 and bets=0 and raises=0 and not (havequads) bet 66% Force
2013-03-05 16:20:43 - 9 7h7s Qc8s4d.... 9 1pair 0 0 0 0 0 Allin - ALLI 26000.00 2000.00 25600.00 44594.00 - FC.RA .CRA 18594.00
***** Autoplayer Trace ****
f$play=-1.00 [Line: 1, Col: 17]
f$sitout=0.00 [Line: 5, Col: 8]
me_st_GoBuddyTakeABreakAndABeer_0=0.00
me_re_GoBuddyTakeABreakAndABeer=0.00
f$prefold=0.00 [Line: 1, Col: 1]
f$rebuy=0.00 [Line: 1, Col: 1]
f$delay=0.00 [Line: 1, Col: 1]
f$play=-1.00 [Line: 1, Col: 17]
f$sitout=0.00 [Line: 5, Col: 8]
me_st_GoBuddyTakeABreakAndABeer_0=0.00
me_re_GoBuddyTakeABreakAndABeer=0.00
f$prefold=0.00 [Line: 1, Col: 1]
f$rebuy=0.00 [Line: 1, Col: 1]
f$delay=0.00 [Line: 1, Col: 1]
f$play=-1.00 [Line: 1, Col: 17]
f$sitout=0.00 [Line: 5, Col: 8]
me_st_GoBuddyTakeABreakAndABeer_0=0.00
me_re_GoBuddyTakeABreakAndABeer=0.00
f$prefold=0.00 [Line: 1, Col: 1]
f$rebuy=0.00 [Line: 1, Col: 1]
f$delay=0.00 [Line: 1, Col: 1]
f$alli=1.00 [Line: 13, Col: 53]
f$OpenPPL_InitMemorySymbols=0.00 [Line: 1, Col: 58]
f$OpenPPL_False=0.00 [Line: 1, Col: 1]
f$OpenPPL_TimeToInitMemorySymbols=0.00 [Line: 8, Col: 19]
f$OpenPPL_GameStateChanged=0.00 [Line: 8, Col: 14]
me_re_MemOldGameStateEealerChair=1.00
dealerchair=1.00
me_re_MemOldGameStateCurrentBet=0.00
currentbet=0.00
me_re_MemOldGameStatePotSize=25600.00
pot=25600.00
isfinalanswer=1.00
f$OpenPPL_RememberToSitoutIfNecessary=0.00 [Line: 6, Col: 80]
f$OpenPPL_SitOut=-1000008.00 [Line: 1, Col: 1]
f$OpenPPL_Decision=-0.66 [Line: 3, Col: 19]
f$flop=-0.66 [Line: 41, Col: 259]
f$OpenPPL_BotRaisedBeforeFlop=0.00 [Line: 1, Col: 19]
didraisround1=0.00
didswaground1=0.00
f$OpenPPL_RaisesBeforeFlop=0.00 [Line: 1, Col: 39]
f$OpenPPL_NumberOfRaisesBeforeFlop=0.00 [Line: 1, Col: 47]
f$OpenPPL_ConstBetRoundPreflop=1.00 [Line: 1, Col: 1]
betround=2.00
me_re_MemRaisesBeforeFlop=0.00
f$OpenPPL_Last=2.00 [Line: 1, Col: 1]
f$OpenPPL_Position=0.00 [Line: 1, Col: 22]
f$OpenPPL_First=0.00 [Line: 1, Col: 1]
betposition=1.00
f$OpenPPL_Opponents=1.00 [Line: 1, Col: 1]
f$OpenPPL_OpponentsLeft=1.00 [Line: 3, Col: 1]
nopponentsplaying=1.00
f$OpenPPL_HaveSet=0.00 [Line: 6, Col: 41]
f$OpenPPL_FirstFlopCard=12.00 [Line: 1, Col: 1]
$$cr0=12.00
f$OpenPPL_RankOfFirstHoleCard=7.00 [Line: 1, Col: 1]
$$pr0=7.00
f$OpenPPL_SecondFlopCard=8.00 [Line: 1, Col: 1]
$$cr1=8.00
f$OpenPPL_ThirdFlopCard=4.00 [Line: 1, Col: 1]
$$cr2=4.00
f$OpenPPL_TurnCard=0.00 [Line: 1, Col: 1]
$$cr3=0.00
f$OpenPPL_RiverCard=0.00 [Line: 1, Col: 1]
$$cr4=0.00
ispair=1.00
f$OpenPPL_StackSize=22.30 [Line: 1, Col: 27]
bblind=2000.00
balance=44594.00
f$OpenPPL_TotalInvested=2.00 [Line: 2, Col: 82]
f$OpenPPL_ConstBetRoundPreflop=1.00 [Cached]
f$OpenPPL_ConstBetRoundFlop=2.00 [Line: 1, Col: 1]
betround=2.00
nbetsround1=2.00
ncurrentbets=0.00
f$OpenPPL_OpponentIsAllin=0.00 [Line: 1, Col: 36]
f$OpenPPL_NumberOfOpponentsAllin=0.00 [Line: 1, Col: 2]
f$OpenPPL_Opponents_AllinBits=0.00 [Line: 30, Col: 67]
f$OpenPPL_ConstBetRoundPreflop=1.00 [Cached]
betround=2.00
opponentsplayingbits=32.00
balance5=41352.00
f$OpenPPL_PairInHand=1.00 [Line: 1, Col: 1]
ispair=1.00
f$OpenPPL_StillToAct=0.00 [Line: 1, Col: 57]
f$OpenPPL_BotsActionsOnThisRoundIncludingChecks=1.00 [Line: 2, Col: 32]
didrais=0.00
didswag=0.00
didcall=1.00
didchec=0.00
f$OpenPPL_HINT_StillToAct_Is_Only_Valid_On_First_Orbit=0.00 [Line: 1, Col: 1]
f$OpenPPL_Bets=0.00 [Line: 1, Col: 1]
me_re_MemBets=0.00
f$OpenPPL_Raises=0.00 [Line: 13, Col: 1]
me_re_MemRaises=0.00
f$OpenPPL_HaveQuads=0.00 [Line: 1, Col: 3]
isfourofakind=0.00
f$RaiseByPercentagedPotsize=-0.01 [Line: 5, Col: 2]
$23=0.00
$24=0.00
$25=0.00
$26=0.00
$27=0.00
$28=0.00
$29=0.00
$2T=0.00
$34=0.00
$35=0.00
$36=0.00
$37=0.00
$38=0.00
$39=0.00
$3T=0.00
$45=0.00
$46=0.00
$47=0.00
$48=0.00
$49=0.00
$4T=0.00
$56=0.00
$57=0.00
$58=0.00
$59=0.00
$5T=0.00
$A4=0.00
$J7=0.00
$K6=0.00
$J6=0.00
$96=0.00
$Q4=0.00
$K5=0.00
$J5=0.00
$Q3=0.00
$K4=0.00
$J4=0.00
$Q6=0.00
$Q2=0.00
$J3=0.00
$A3=0.00
$Q5=0.00
$J2=0.00
$K3=0.00
$K2=0.00
$A2=0.00
$22=0.00
$33=0.00
$44=0.00
$55=0.00
$66=0.00
$77=1.00
$AQ=0.00
$AT=0.00
$A9=0.00
$KQ=0.00
$KJ=0.00
$KK=0.00
$AA=0.00
$JJ=0.00
$TT=0.00
$QQ=0.00
$AK=0.00
log$line_95_Act=1.00
betround=2.00
f$OpenPPL_RaiseMax=-1000005.00 [Line: 1, Col: 1]
f$OpenPPL_Decision=-0.66 [Cached]
f$OpenPPL_StackSize=22.30 [Cached]
f$OpenPPL_DecisionIsPercentagedPotsizedBet=1.00 [Line: 2, Col: 5]
f$OpenPPL_Decision=-0.66 [Cached]
f$OpenPPL_MaximumBetsizeInDollars=44594.00 [Line: 1, Col: 1]
f$OpenPPL_MaximumPossibleBetsizeIndollars=44594.00 [Line: 1, Col: 12]
currentbet=0.00
balance=44594.00
f$OpenPPL_BetSizeForPercentagedPotsizeBet=60056.00 [Line: 2, Col: 57]
f$OpenPPL_Decision=-0.66 [Cached]
call=26000.00
pot=25600.00
currentbet=0.00
f$swag=18594.00 [Line: 6, Col: 50]
f$OpenPPL_DecisionIsFixedBetInBigBlinds=0.00 [Line: 1, Col: 23]
f$OpenPPL_Decision=-0.66 [Cached]
f$OpenPPL_DecisionIsPercentagedPotsizedBet=1.00 [Cached]
f$OpenPPL_BetSizeAdjustedToCasinosInputRequirements=18594.00 [Line: 12, Col: 75]
f$OpenPPL_BetSizeAdjustedToUsersBalance=44594.00 [Line: 3, Col: 12]
f$OpenPPL_BetSizeAdjustedToGameType=52000.00 [Line: 4, Col: 35]
f$OpenPPL_BetSizeAdjustedToMinimumRaise=52000.00 [Line: 2, Col: 47]
f$OpenPPL_MinimumRaiseAllowed=52000.00 [Line: 3, Col: 22]
sraimin=26000.00
call=26000.00
currentbet=0.00
f$betsize=44594.00 [Line: 3, Col: 10]
f$alli=1.00 [Cached]
f$OpenPPL_BetSizeForAllin=44594.00 [Line: 2, Col: 12]
currentbet=0.00
balance=44594.00
ispl=0.00
currentbet=0.00
balance=44594.00
swagtextmethod=3.00
call=26000.00
currentbet=0.00
isfl=0.00
f$rais=1.00 [Line: 3, Col: 4]
f$OpenPPL_Raise=-1000009.00 [Line: 1, Col: 1]
f$OpenPPL_Decision=-0.66 [Cached]
f$OpenPPL_DecisionIsBetPotOrBetHalfPotOrBetMax=0.00 [Line: 4, Col: 27]
f$OpenPPL_BetHalfPot=-1000003.00 [Line: 1, Col: 1]
f$OpenPPL_RaiseHalfPot=-1000003.00 [Line: 1, Col: 1]
f$OpenPPL_Decision=-0.66 [Cached]
f$OpenPPL_BetPot=-1000004.00 [Line: 1, Col: 1]
f$OpenPPL_RaisePot=-1000004.00 [Line: 1, Col: 1]
f$OpenPPL_BetMax=-1000005.00 [Line: 1, Col: 1]
f$OpenPPL_RaiseMax=-1000005.00 [Cached]
f$OpenPPL_DecisionIsPercentagedPotsizedBet=1.00 [Cached]
f$call=1.00 [Line: 4, Col: 4]
f$OpenPPL_Check=-1000001.00 [Line: 1, Col: 1]
f$OpenPPL_Decision=-0.66 [Cached]
f$OpenPPL_Call=-1000006.00 [Line: 1, Col: 1]
f$OpenPPL_AmountToCall=13.00 [Line: 1, Col: 43]
f$OpenPPL_DollarsToCall=26000.00 [Line: 1, Col: 21]
balance=44594.00
call=26000.00
bblind=2000.00
f$rais=1.00 [Cached]
***********************

TKAP
Membre

Messages : 395
Date d'inscription : 09/01/2013
Localisation : France

Revenir en haut Aller en bas

profil Empty Re: profil

Message par TKAP Mar 5 Mar - 16:34

pas grand monde ce soir bon je revient sur mon affaire de sit out .
personne m'avait repondu concernant comment oh peut interpreté un sit ou plusieurs en statut leave et non seated.
Je vous dit cela car ca m'arrive de tombé sur une table il ya o moins 3 sit out alors oh visualise que 6 seatead don moi compris.
Pour l'affaire de StillToAct = 0 or StillToAct = 1 or StillToAct = 2 .
Je me demande oh dans prendre on consideration les seated car oh paye quand je suis hors de position StillToAct = 0 or StillToAct = 1 or StillToAct = 2 ou c'est l'histoire de joueur dans le coup Opponents
Alors comment resoudre ce probleme mci de me repondre

When StackSize <= 100 And (StillToAct = 0 or StillToAct = 1 or StillToAct = 2) And Opponents <= 4
WHen Calls >= 1 and Raises = 0 Call Force
Cette formulle peut resoudre?
When StackSize <= 100 And (In SmallBlind or In BigBlind or In Button)


[img][Vous devez être inscrit et connecté pour voir cette image][/img]

Merci de me repondre


Dernière édition par TKAP le Mar 5 Mar - 19:05, édité 1 fois

TKAP
Membre

Messages : 395
Date d'inscription : 09/01/2013
Localisation : France

Revenir en haut Aller en bas

profil Empty Re: profil

Message par TKAP Mar 5 Mar - 17:58

Decidement j en ai des choses a dire ci sa continue je vais allé sur meetic lol
Bon encore un autre soucci
ceci est quand je suis a la small et big ou bouton
flop
When (hand=23 or hand=24 or hand=25 or hand=26 or hand=27 or hand=28 or hand=29 or hand=2T or hand=34 or hand=35 or hand=36 or hand=37 or hand=38 or hand=39 or hand=3T or hand=45 or hand=46 or hand=47 or hand=48 or hand=49 or hand=4T or hand=56 or hand=57 or hand=58 or hand=59 or hand=5T or hand=A4 or hand=J7 or hand=K6 or hand=J6 or hand=96 or hand=Q4 or hand=K5 or hand=J5 or hand=Q3 or hand=K4 or hand=J4 or hand=Q6 or hand=Q2 or hand=J3 or hand=A3 or hand=Q5 or hand=J2 or hand=K3 or hand=K2 or hand=A2) and not (HaveStraightDraw or HaveStraight or HaveFlush or HaveFlushDraw or HaveTwoPair or HaveQuads or HaveTrips or HaveSet or HaveFullHouse) and bets=0 and raises=0 Call force

bets=0 and raises=0 call force il ya aucun joueur qui bet et aucune raise = call
Et moi il ma fait le contraire j'ai k3 en mains rien o flop le mec bet devant
moi le bot call.
Je penssait a cette formulle bets=0 and raises=0 call force il ya aucun joueur qui bet et qui raise
= call il devrait checké vu qu il ya que call alors il call
Eclairé ma lanterne je debutte




TKAP
Membre

Messages : 395
Date d'inscription : 09/01/2013
Localisation : France

Revenir en haut Aller en bas

profil Empty Re: profil

Message par BOTTER Mar 5 Mar - 19:25

1 chose a la fois, pour ton trouble de StillToAct est tu certain que ta map est correct... car le player 0 est important sur ta map c est pas n importe quel.
Le StillToAct sert pour te dire combien de joueur qui reste a parler apres toi, Pour les joueurs sur la map tu utilise Opponent = 2 ect.

Je te conseil fortement a faire un bot basic au debut pour tester, si ta map est correct alors tu pourra inserré des lignes a ton bot. Moi a chaque nouvelle ligne qui j insert je la test en manuelmode pour etre certain, 1 a la fois, tous tester 1 par 1. Donc si un probleme de codage c est facile a trouver le probleme.

Si tu galere avec ca prend moi des replays et envoye moi ca la map plus les replay que je regarde le probleme.




Dernière édition par BOTTER le Mar 5 Mar - 19:35, édité 1 fois
BOTTER
BOTTER
Admin

Messages : 755
Date d'inscription : 07/04/2012
Localisation : Canada

https://openholdem.forumcanada.org

Revenir en haut Aller en bas

profil Empty Re: profil

Message par TKAP Mar 5 Mar - 19:34

oui il est bien la ca ce trouve c'est quand il est sit out est dans oh il est considére comme leave aucun joueur?
Car je ne peut pas le mettre uxactive sit out si je le mets le siege seras toujours pris meme si il y a perssonne

TKAP
Membre

Messages : 395
Date d'inscription : 09/01/2013
Localisation : France

Revenir en haut Aller en bas

profil Empty Re: profil

Message par BOTTER Mar 5 Mar - 19:36

TKAP a écrit:oui il est bien la ca ce trouve c'est quand il est sit out est dans oh il est considére comme leave aucun joueur?
Car je ne peut pas le mettre uxactive sit out si je le mets le siege seras toujours pris meme si il y a perssonne

Tu test en manuelmode ? si oui alors le probeme vient du profil.
BOTTER
BOTTER
Admin

Messages : 755
Date d'inscription : 07/04/2012
Localisation : Canada

https://openholdem.forumcanada.org

Revenir en haut Aller en bas

profil Empty Re: profil

Message par TKAP Mar 5 Mar - 19:49

je vais essayé avec un otre profil bizare ca marche nikel mon profilsur poker academy

TKAP
Membre

Messages : 395
Date d'inscription : 09/01/2013
Localisation : France

Revenir en haut Aller en bas

profil Empty Re: profil

Message par TKAP Mar 5 Mar - 20:22

pour le manuel mode j'etait obligé de faire force user chair

[img][Vous devez être inscrit et connecté pour voir cette image][/img]
resolu mais bizare

TKAP
Membre

Messages : 395
Date d'inscription : 09/01/2013
Localisation : France

Revenir en haut Aller en bas

profil Empty Re: profil

Message par Titi007 Mer 6 Mar - 1:13

Répondu dans l'autre post: ce sont les boutons FCRA qu'il faut activer

Titi007
Membre

Messages : 236
Date d'inscription : 15/12/2012
Localisation : France

Revenir en haut Aller en bas

profil Empty Re: profil

Message par Contenu sponsorisé


Contenu sponsorisé


Revenir en haut Aller en bas

Revenir en haut

- Sujets similaires

 
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum