Author Topic: Pirate Zombies?  (Read 1565 times)

Well, I was playing a Zombie Deathmatch I made in like, Five minutes, And all the Zombies had Pirate Hats. When you were killed, Instead of saying Something like "Zombie Rotondo Killed Kiwibear", It said "Pirate Rotondo Killed Kiwibear"

:o

Picture for Proof..



Sorry Bout all the Blood, the Auto turret was Kicking there asses


Something to do with talk like a pirate day

One day Easter egg :D

Lol, I was all, Wtf, There all wearing pirate hats.

How did he do that? :O
Remote activated easter-eggs for holidays; Sounds awesome.

I didn't do it.. It just showed up.

How did he do that? :O
Remote activated easter-eggs for holidays; Sounds awesome.
He updated Zombies today for some fixes... and "arrgh" as a changelog note. I'm guessing kikibear had updated and was playing when it went midnight or something?

Actually, That was just like, An Hour ago?

When Rotondo last updated Left4Block, he added some bits of code that find out if it's 9-19-09, and if it is, changes the zombies to pirates.

Code: [Select]
if(getword(getdatetime(),0) $= "09/19/09")//arrrgg
{
%client.hat = 5;
%arghh = getrandom(0,2);
switch(%arghh)
{
case 0:
%client.faceName = "smileypirate1";
case 1:
%client.faceName = "smileypirate2";
case 2:
%client.faceName = "smileypirate3";
}
return;
}


Look at sharks and national socialists. See if they have any :D

Oh Yeah, I figured out that if you change yourself to a Shark Datablock, You have Glasses and a Gotee :3

I'll get a Picture in a Sec.

Edit: Picture:



DoubleEdit: I just Checked, the national socialist and Shark are the Same.
« Last Edit: September 19, 2009, 04:25:37 PM by kiwibear »

When Rotondo last updated Left4Block, he added some bits of code that find out if it's 9-19-09, and if it is, changes the zombies to pirates.

Code: [Select]
if(getword(getdatetime(),0) $= "09/19/09")//arrrgg
{
%client.hat = 5;
%arghh = getrandom(0,2);
switch(%arghh)
{
case 0:
%client.faceName = "smileypirate1";
case 1:
%client.faceName = "smileypirate2";
case 2:
%client.faceName = "smileypirate3";
}
return;
}
LOL
he actualy did that XD

Oh Yeah, I figured out that if you change yourself to a Shark Datablock, You have Glasses and a Gotee :3

I'll get a Picture in a Sec.

Edit: Picture:

DoubleEdit: I just Checked, the national socialist and Shark are the Same.


Its always like that.

Oh Yeah, I figured out that if you change yourself to a Shark Datablock, You have Glasses and a Gotee :3

I'll get a Picture in a Sec.

Edit: Picture:

-sharkwithsunglassessnip-

DoubleEdit: I just Checked, the national socialist and Shark are the Same.

Yeah it happens randomly. You didn't do nor did anyone do to cause this intentionally.