RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

C# Joke

tejster24

Sorceror
Code:
 public bool CheckBoolUsage ( ForumUser u )
 {
 	if (u.BoolUsage == BoolUsage.Excessive)
 	{
 	    u.Ban(BanType.All);
 	}
 }
This is for all you people out there using too many bools, eejits.
 
tejster24 said:
Code:
 public bool CheckBoolUsage ( ForumUser u )
 {
 	if (u.BoolUsage == BoolUsage.Excessive)
 	{
 	    u.Ban(BanType.All);
 	}
 }
This is for all you people out there using too many bools, eejits.

Thats what im talkin about.
 

sidsid

Sorceror
Code:
[/size]
[size=2]if( girlPresent == hot )[/size]
[size=2]{[/size]
[size=2]Point3D MyCock = new Point3D( small.X + growth.Offset.X, small.Y + growth.Offset.Y, small.Z + growth.Offset.Z );[/size]
[size=2]}[/size]
[size=1]

 
Top