.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Offtopic (http://forums.bots-united.com/forumdisplay.php?f=23)
-   -   Happy Birthday Piere-Marie (http://forums.bots-united.com/showthread.php?t=929)

Onno Kreuzinger 28-02-2004 00:15

Happy Birthday Piere-Marie
 
... all best wishes to you 8D

slash-evil 28-02-2004 00:20

Re: Happy Birthday Piere-Marie
 
Yes , Happy Birthday Pierre-Marie !

Rick 28-02-2004 00:51

Re: Happy Birthday Piere-Marie
 
Happy birthday :)

TruB 28-02-2004 01:08

Re: Happy Birthday Piere-Marie
 
happy bday.. or just happy.. both are fine to me..

Whistler 28-02-2004 02:27

Re: Happy Birthday Piere-Marie
 
Code:

    // is today my birthday ? :D
    if (IsMyBirthday ())
    {
          // send the "special birthday" welcome message to this client
          MESSAGE_BEGIN (MSG_ONE_UNRELIABLE, GetUserMsgId ("TempEntity"), NULL, pClient);
          WRITE_BYTE (TE_TEXTMESSAGE);
          WRITE_BYTE (1); // channel
          WRITE_SHORT (-8192); // x coordinates * 8192
          WRITE_SHORT (-8192); // y coordinates * 8192
          WRITE_BYTE (2); // effect (fade in/out)
          WRITE_BYTE (255); // initial RED
          WRITE_BYTE (255); // initial GREEN
          WRITE_BYTE (255); // initial BLUE
          WRITE_BYTE (1); // initial ALPHA
          WRITE_BYTE (RANDOM_LONG (0, 255)); // effect RED
          WRITE_BYTE (RANDOM_LONG (0, 255)); // effect GREEN
          WRITE_BYTE (RANDOM_LONG (0, 255)); // effect BLUE
          WRITE_BYTE (1); // effect ALPHA
          WRITE_SHORT (25); // fade-in time in seconds * 256
          WRITE_SHORT (50); // fade-out time in seconds * 256
          WRITE_SHORT (2048); // hold time in seconds * 256
          WRITE_SHORT (2048); // effect time in seconds * 256
 
          // build the welcome text
          char welcome_text[512];
          sprintf (welcome_text, "%s\n"
                                                          "\n"
                                                          "\n"
                                                          "\n"
                                                          "Today is 28 february - it's the author's birthday!\n"
                                                          "Happy Birthday PMB !!!\n"
                                                          "Send him an email to pm@racc-ai.com", racc_welcometext);
 
          WRITE_STRING (welcome_text); // it's my birthday!!
          MESSAGE_END (); // end
 
          // play the "special birthday" welcome sound on this client (hehe)
          CLIENT_COMMAND (pClient, "play barney/coldone.wav\n");
    }


Pierre-Marie Baty 28-02-2004 04:03

Re: Happy Birthday Piere-Marie
 
@Whistler:
:D :D :D :D :D :D :D :D :D :D :D


now I wish the forum would allow to attach sound files: "barney/coldone.wav"

Thank you lads!!!

Lazy 28-02-2004 04:31

Re: Happy Birthday Piere-Marie
 
Happy birthday... :)

Sweeper 28-02-2004 05:52

Re: Happy Birthday Piere-Marie
 
Happy Birthday Pierre... Fancy code up there... Fits the scheme pretty well.

T!m 28-02-2004 07:52

Re: Happy Birthday Piere-Marie
 
also happy birthday from me to.
and have a nice day with lots of presents.

Fiber_Optic 28-02-2004 12:35

Re: Happy Birthday Piere-Marie
 
Happy Birthday to you Pierre Marie ! Joyeux Anniversaire!!!


All times are GMT +2. The time now is 09:17.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.