Cool Functions [Negro Mod]

Forum rules
- Ask questions about or share code from languages other than Source Engine scripting.
- Start new topic titles with the code language in brackets (i.e. [C#], [C++], [PHP], etc.)
User avatar
Blake
500+ Posts
500+ Posts
Posts: 588
Joined: Mon Jul 05, 2010 8:51 pm
Location: Ontario, Canada

Cool Functions [Negro Mod]

Post by Blake » Mon May 16, 2011 8:06 pm

IsBlack()

Code: Select all

stock bool:IsBlack() {
	if(Watermelon = Big_In_Juicy && GrapeJuice = Fresh) {
		return true;
	}
	else {
		return false;
	}
}
Unkown wrote: Life’s too short to worry about the little things.
Albert Einstein wrote: You do not really understand something unless you can explain it to your grandmother.

User avatar
ant_8490
Site Admin
Posts: 4385
Joined: Fri Apr 09, 2010 3:20 pm
Location: United States

Re: Cool Functions [Negro Mod]

Post by ant_8490 » Mon May 16, 2011 9:32 pm

Best one you posted so far... JK :)
[GR]Ant_8490{A}
Area 51 Servers - Owner
Image
Image
Image
Image

MSI GE76 Raider
i9-11980HK 2.6GHz 8-Core Processor
32GB 3200Mhz DDR4 RAM
NVIDIA GeForce RTX 3080 Laptop GPU 16GB
2TB Samsung 980 Pro SSD
Windows 10

User avatar
Blake
500+ Posts
500+ Posts
Posts: 588
Joined: Mon Jul 05, 2010 8:51 pm
Location: Ontario, Canada

Re: Cool Functions [Negro Mod]

Post by Blake » Mon May 16, 2011 10:24 pm

Yeah got bored and I didn't want to post anything 1337 hax
Unkown wrote: Life’s too short to worry about the little things.
Albert Einstein wrote: You do not really understand something unless you can explain it to your grandmother.