begin process at 2010 02 09 21:08:03
  Trouver un code source :
 
dans
 
Accueil > 

Code

 > 

Divers

 > GESTION DES PSEUDO

GESTION DES PSEUDO


 Information sur la source

Note :
9 / 10 - par 1 personne
9,00 / 10

  • 1

  • 2

  • 3

  • 4

  • 5

  • 6

  • 7

  • 8

  • 9

  • 10
Catégorie :Divers Niveau :Débutant Date de création :22/11/2003 Vu :1 998

Auteur : florent39

Ecrire un message privé
Commentaire sur cette source (4)
Ajouter un commentaire et/ou une note

 Description

bah c une gestion des pseudo ac un peu de mdx

Source

  • menu channel {
  • .GestioN dEs PseudoS:/dialog -m huhu huhu
  • }
  • dialog huhu {
  • title "-×× PseuDo ××- By SefiX"
  • size -1 -1 123 229
  • option dbu
  • box "ChoiSi ToN PseuDo", 1, 7 3 110 218
  • icon 2, 16 14 87 15
  • radio "Counter Strike", 3, 16 39 50 10, flat
  • radio "ManGeuH", 4, 16 51 50 10, flat
  • radio "Po La", 5, 16 63 50 10, flat
  • radio "ReGardE Mail", 6, 16 75 50 10, flat
  • radio "oQp", 7, 16 88 50 10, flat
  • radio "VNR", 8, 16 100 50 10, flat
  • radio "ToiLeTTe", 9, 16 112 50 10, flat
  • radio "DoDo", 10, 16 124 50 10, flat
  • radio "Away", 11, 16 136 50 10, flat
  • radio "En CouR", 12, 16 148 50 10, flat
  • edit "", 13, 16 165 50 10
  • radio "Autre", 14, 68 165 45 10, flat
  • button "Ok", 15, 14 200 37 12, flat ok
  • button "PseuDo Par DefauT", 16, 32 182 62 12, flat
  • button "ReTouR", 17, 74 200 37 12, flat ok cancel
  • button "UtiliSé", 18, 72 71 39 43, flat
  • }
  • on *:dialog:huhu:sclick:16:{ nick me }
  • on *:dialog:huhu:sclick:18: {
  • if ( $did(huhu, 11).state == 1 ) { nick AwAy }
  • if ( $did(huhu, 5).state == 1 ) { nick Pas-La }
  • if ( $did(huhu, 9).state == 1 ) { nick Wc }
  • if ( $did(huhu, 4).state == 1 ) { nick Miam }
  • if ( $did(huhu, 3).state == 1 ) { nick Cs }
  • if ( $did(huhu, 10).state == 1 ) { nick DoDo }
  • if ( $did(huhu, 8).state == 1 ) { nick NRV }
  • if ( $did(huhu, 1).state == 1 ) { nick Cs }
  • if ( $did(huhu, 6).state == 1 ) { nick MaiL }
  • if ( $did(huhu, 14).state == 1 ) { nick %autre }
  • if ( $did(huhu, 12).state == 1 ) { nick CouR }
  • if ( $did(huhu, 7).state == 1 ) { nick oQp }
  • }
  • on 1:dialog:huhu:init:0: {
  • dll mdx.dll SetMircVersion $version
  • dll mdx.dll MarkDialog huhu
  • dll mdx.dll SetDialog huhu bgcolor $rgb(149,149,149)
  • dll mdx.dll SetDialog huhu style staticedge title sysmenu
  • }
menu channel {
  .GestioN dEs PseudoS:/dialog -m huhu huhu
}

dialog huhu {
  title "-×× PseuDo ××- By SefiX"
  size -1 -1 123 229
  option dbu 
  box "ChoiSi ToN PseuDo", 1, 7 3 110 218
  icon 2, 16 14 87 15
  radio "Counter Strike", 3, 16 39 50 10, flat
  radio "ManGeuH", 4, 16 51 50 10, flat
  radio "Po La", 5, 16 63 50 10, flat
  radio "ReGardE Mail", 6, 16 75 50 10, flat
  radio "oQp", 7, 16 88 50 10, flat
  radio "VNR", 8, 16 100 50 10, flat
  radio "ToiLeTTe", 9, 16 112 50 10, flat
  radio "DoDo", 10, 16 124 50 10, flat
  radio "Away", 11, 16 136 50 10, flat
  radio "En CouR", 12, 16 148 50 10, flat
  edit "", 13, 16 165 50 10
  radio "Autre", 14, 68 165 45 10, flat
  button "Ok", 15, 14 200 37 12, flat ok
  button "PseuDo Par DefauT", 16, 32 182 62 12, flat
  button "ReTouR", 17, 74 200 37 12, flat ok cancel
  button "UtiliSé", 18, 72 71 39 43, flat
}

on *:dialog:huhu:sclick:16:{ nick me }

on *:dialog:huhu:sclick:18: {
  if ( $did(huhu, 11).state == 1 ) { nick AwAy  }
  if ( $did(huhu, 5).state == 1 ) { nick Pas-La    }
  if ( $did(huhu, 9).state == 1 ) { nick Wc     }
  if ( $did(huhu, 4).state == 1 ) { nick Miam }
  if ( $did(huhu, 3).state == 1 ) { nick Cs }
  if ( $did(huhu, 10).state == 1 ) { nick DoDo  }
  if ( $did(huhu, 8).state == 1 ) { nick NRV }
  if ( $did(huhu, 1).state == 1 ) { nick Cs }
  if ( $did(huhu, 6).state == 1 ) { nick MaiL }
  if ( $did(huhu, 14).state == 1 ) { nick %autre }
  if ( $did(huhu, 12).state == 1 ) { nick CouR  }
  if ( $did(huhu, 7).state == 1 ) { nick oQp  }
}

on 1:dialog:huhu:init:0: { 

  dll mdx.dll SetMircVersion $version 
  dll mdx.dll MarkDialog huhu
  dll mdx.dll SetDialog huhu bgcolor $rgb(149,149,149)
  dll mdx.dll SetDialog huhu style staticedge title sysmenu
}

 Conclusion

tu colle sa dans tes remote


 Sources de la même categorie

COMMANDES FANTAISIES ( OP DEOP , VOICE DEVOICE ) ORIGINALES par Orona
Source avec Zip Source avec une capture CORRECTEUR par Orona
Source avec Zip Source avec une capture [DLL] DESSINER COMME LES PICWINS SUR UNE DIALOGBOX (BONUS: J... par uaip
Source avec Zip Source avec une capture [DLL] AJOUT D'UN CONTRÔLE RICHEDIT SCINTILLA SUR LES DIALOG... par uaip
Source avec Zip Source avec une capture WORLDDMT - GESTION DE CAISSE V 1.0 par WorldDMT

Commentaires et avis

Commentaire de Kolibot le 22/11/2003 14:41:37

C'est dommage qu'on ne puisse pas paramétrer nous même les pseudos.... tu maîtrises les dialogs c'est bien... Bonne continuation

Commentaire de tofu le 22/11/2003 16:36:41

personnellement j'aime pas trop les écriture avec des majuscules/minuscules alternées mais sinon bon codage

Commentaire de SornDrixer le 23/11/2003 10:31:39 administrateur CS

Sur de gros serveur, les nicks que tu proposes pour se mettre away seront certainement déjà pris ...
Donc, essaie d'updater la source, et de nous laisser choisir nos propres pseudos. ( une petite LIST par exemple ferait très bien l'affaire )

Commentaire de ennery le 24/11/2003 10:31:57

pour eviter d'avoir tous le meme nick je vois bien :

nick $me $+ `away
...

 Ajouter un commentaire




Nos sponsors


Sondage...

Comparez les prix


HTC Hero

Entre 550€ et 550€

CalendriCode

Février 2010
LMMJVSD
1234567
891011121314
15161718192021
22232425262728

Consulter la suite du CalendriCode

 
Développement réalisé par Nicolas SOREL (Nix) avec l'aide de : Cyril DURAND et Emmanuel (EBArtSoft), Merci à Vincent pour ses précieux conseils.
CodeS-SourceS.com© Toute reproduction même partielle est interdite sauf accord écrit du Webmaster
CodeS-SourceS.com© est une marque déposée tous droits réservés

Google Coop CodeS-SourceS Google Coop CodeS-SourceS
Temps d'éxécution de la page : 0,421 sec (4)

Nous contacter | Annoncer sur CodeS-SourceS | Mentions légales