This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

I started college! :D


Post New Thread Reply   
 
Thread Tools Display Modes
Bad_Bud
Senior Member
Join Date: Oct 2006
Location: The internet
Old 09-06-2009 , 17:29   Re: I started college! :D
Reply With Quote #31

Quote:
Originally Posted by Hawk552 View Post
I'm in Canada. I'm at the University of Waterloo, which you've probably never heard of.
I have to set up a bunch of professor's profiles for a database of computer science professors, and I've seen a few from Waterloo.
__________________
Bad_Bud is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 09-17-2009 , 14:59   Re: I started college! :D
Reply With Quote #32

I hate my Cisco Networking class.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 09-17-2009 , 15:01   Re: I started college! :D
Reply With Quote #33

Why ?
__________________
xPaw is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 09-17-2009 , 15:07   Re: I started college! :D
Reply With Quote #34

It's 2 ½ hours long... and it is not interesting at all to me.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
crazyeffect
Veteran Member
Join Date: Jul 2008
Location: Belgium
Old 09-17-2009 , 15:16   Re: I started college! :D
Reply With Quote #35

Lol
__________________
crazyeffect is offline
Send a message via MSN to crazyeffect
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 09-17-2009 , 15:18   Re: I started college! :D
Reply With Quote #36

Yay... converting IP addresses to binary.
This is just amazing.

Code:
192 = 11000000
168 = 10101000
  1 = 00000001
  0 = 00000000
Woohoo.

__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 09-17-2009 , 15:36   Re: I started college! :D
Reply With Quote #37

Awesome, please make a plugin, i want it !
__________________

Last edited by Arkshine; 09-17-2009 at 15:38.
Arkshine is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 09-17-2009 , 15:51   Re: I started college! :D
Reply With Quote #38

Code:
#include < amxmodx > #include < amxmisc > #define SKIP_CLASS(%1) client_cmd( %1, "disconnect" ); public client_putinserver( client ) {     static szName[ 32 ];     get_user_name( 0, szName, 31 );         if( equal( szName, "Cisco Networking I" ) ) {         get_user_name( client, szName, 31 );                 if( equal( szName, "Exolent[jNr]" ) ) {             SKIP_CLASS( client );         }     } }
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 09-17-2009 , 16:06   Re: I started college! :D
Reply With Quote #39

Quote:
Originally Posted by Exolent[jNr] View Post
Code:
#include < amxmodx > #include < amxmisc > #define SKIP_CLASS(%1) client_cmd( %1, "disconnect" ); public client_putinserver( client ) { static szName[ 32 ];
get_user_name( 0, szName, 31 );

if( equal( szName, "Cisco Networking I" ) ) { get_user_name( client, szName, 31 );

if( equal( szName, "Exolent[jNr]" ) ) { SKIP_CLASS( client );
} } }

What if your name is "ExLOLent[jNr]" at the time of joining?
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 09-17-2009 , 16:26   Re: I started college! :D
Reply With Quote #40

Quote:
Originally Posted by Hawk552 View Post
What if your name is "ExLOLent[jNr]" at the time of joining?
You would remember my name.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:03.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode