Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Frank

Pages: 1 ... 127 [128] 129 ... 272
1906
Funny Stuffz / Re: Funny kid when i play flood.
« on: April 11, 2010, 06:37:37 AM »
Indeed.

1907
Funny Stuffz / Re: I want my parents to sing to me like this...
« on: April 10, 2010, 10:32:08 PM »
Damn, pwnt :(

1908
General Chat / Re: How Well Do You Know Wire / E2
« on: April 10, 2010, 09:45:51 PM »
I'm good.

1909
Help/Requests / Re: I Can Haz Respected?
« on: April 10, 2010, 09:44:02 PM »

1910
Programming / Re: Learning Simple E2 with Kräsher!
« on: April 10, 2010, 09:42:59 PM »
Quote
@name Tutorial E2 2
# This E2 changes your material #
owner():setMaterial("phoenix_storms/chrome")

With the above one, you only change your skin ONCE.

BUT, by making some simple modifications, you can get it to switch between different materials by just typing a tiny chat command, see:

Quote
@name Tutorial E2 2
# This E2 changes your material #
interval(20)
if(owner():lastSaid()=="!chrome"){owner():setMaterial("phoenix_storms/chrome")}
if(owner():lastSaid()=="!blkchrome"){owner():setMaterial("phoenix_storms/black_chrome")}

We make an 'if' statement, where "if   'x=z'    'z=c' ".

That means, for example, that if 'x' equals to 'z', 'z' will equal to 'c'.


How to make it easier?
Quote
If I had U$S2000, I'd buy an awesome computer.

Now, let's make it E2!
Quote
If (I had U$S==2000) {Can buy an awesome computer}
Quote
if(Money==2000){AwesomePC==Affordable}

I hope you understand it.

You can also make statements shorter, I'll show you:
Quote
@name Tutorial E2 2
# This E2 changes your material #
interval(20)
if(owner():lastSaid()=="!chrome"){owner():setMaterial("phoenix_storms/chrome")}
if(owner():lastSaid()=="!blkchrome"){owner():setMaterial("phoenix_storms/black_chrome")}

Can be reduced to:

Quote
@name Tutorial E2 2
# This E2 changes your material #
interval(20)
LS = owner():lastSaid()
if(LS=="!chrome"){owner():setMaterial("phoenix_storms/chrome")}
if(LS=="!blkchrome"){owner():setMaterial("phoenix_storms/black_chrome")}



I hope it was useful.

1911
Games / Re: win convo game
« on: April 10, 2010, 09:27:58 PM »
For me?

1912
Games / Re: win convo game
« on: April 10, 2010, 05:34:52 PM »
Gime a min while I cut myself and think of some epic chat war...

You better be kidding...

1913
Help/Requests / Re: I Can Haz Respected?
« on: April 10, 2010, 05:34:00 PM »
Cool story, bro.

1914
Funny Stuffz / Re: ASK ME ANY QUESTION! AND ILL ANSWER IT
« on: April 10, 2010, 05:33:28 PM »
When I try to put penis as a password, it says my password is too short. What does that mean?

1915
Help/Requests / Re: Wire build map rotation
« on: April 10, 2010, 05:31:41 PM »
I think it used to have...

1916
Community Admin Apps / Re: Pigeon 4 Admin
« on: April 10, 2010, 05:31:09 PM »
WE NEED TO CLOSE THIS THREAD

INB4LOCK


I second that motion. Please erase that or your previous post.

1917
Funny Stuffz / Re: I want my parents to sing to me like this...
« on: April 10, 2010, 05:30:38 PM »
I shit Roses, bitch.

1918
Funny Stuffz / Re: Funny kid when i play flood.
« on: April 10, 2010, 05:28:44 PM »
OMG OMG isnt Frank teh owner of teh randoms???
jk
Yes, why?

1919
Server Requests/Suggestions / Re: my own tm
« on: April 10, 2010, 05:27:09 PM »
nu kthxbai

1920
Funny Stuffz / Re: Puppy throws marine off cliff :D
« on: April 10, 2010, 11:51:22 AM »
FOO :'(

Pages: 1 ... 127 [128] 129 ... 272