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 - Krasher

Pages: 1 ... 19 [20] 21 ... 186
286
This thread is stickied, why...
-.-

287
General Chat / Re: How to get rid of a warning
« on: July 02, 2010, 02:31:34 AM »
Yeah, Then every day your not inactive, I add 20 more percent....
Translation:

"if you dun come on forums I ban you LOL"

288
Help/Requests / Re: Respected
« on: July 01, 2010, 10:03:03 PM »
You are respcted on all servers

you can votekick/ban on all servers

you can use special tools in wire

289
General Chat / Re: Wirebuild discussion with TBoy205
« on: July 01, 2010, 02:08:31 PM »
What I would say to TBoy,

"How hard is it to sign up?"

290
Community Admin Apps / Re: Krashεr's Admin Application.
« on: July 01, 2010, 02:04:09 PM »
Hey krasher, why you got "Don't make an admin app. :l" in your title?
That was to myppl8

I will change it since it bothers you.

291
Programming / Re: Learning Simple E2 with Kräsher!
« on: July 01, 2010, 01:24:18 AM »
dude

same here

just thought I should update a bit

I was thinking the whole time while writing, "this isn't gonna make any sense"

292
Programming / Re: Learning Simple E2 with Kräsher!
« on: July 01, 2010, 12:30:33 AM »
its k

Arrays are hard to explain online in text
lol xP

293
Programming / Re: Learning Simple E2 with Kräsher!
« on: June 30, 2010, 06:49:57 PM »
Arrays
Lets do some simpler arrays, maybe one that prints every players name in the server :D.

Full Code:
Code: [Select]
@name Array Test
@persist [Array Players]:array Total

runOnChat(1)

LastS=owner():lastSaid():lower()

Total=findByClass("player")
Players=findToArray()

for(I=1,Players:count()){
    Array[I,string]=Players[I,entity]:name()

if(LastS=="/run"){
for(K=1, Array:count()){
    print(Array[K,string])
        }
    }
}
Explanation:
runOnChat(1) makes the e2 trigger-able by the chat.
LastS=owner():lastSaid():lower(), this is a variable I made that will make life easier.
findByClass("player") is the part where we find all the players.
findToArray() is the part where we put it into an array. I put mine into a variable. (Players)
for(I=1, Player:count()) this function (for) lets me set up my arrays. I (or 1) is our index, Player:count() is the number of players. So it is basically for(1 to 4) (Implying we have 4 people in the server.)
Array[I,string] tell the e2 that our array 1 (I) will be a string. (Basically saying: Array 1 (or I) is a string)
Players[I,entity]:name() Players will be put into an array. The array tells the e2 that we will classify "Players" as an entity. name() Will get the name of the players.
LastS=="/run" ''=='' means 'Is equal to", Basically this line means, If the players last said is /run.
for(K=1, Array:count()) using K as an index this time, then we just count the number of arrays in our previous index. (Amount of players)
print(Array[K,string]) telling the e2 to print the Array (Index) of K as a string.

If you need further help on Arrays, it is best if you steam message me, PM me, or ask me in-game. Arrays can be hard to understand at first, but they are super easy :P.


294
General Chat / Re: What is this I don't even
« on: June 30, 2010, 04:31:26 PM »
For all you know I could have emotionally scarred him.
lololololol

295
General Chat / Re: Posting stats
« on: June 29, 2010, 09:43:01 PM »
91 posts (4%)
12 am

87 posts (3%)
1 am

102 posts (4%)
2 am

89 posts (4%)
3 am

85 posts (3%)
4 am

75 posts (3%)
5 am

31 posts (1%)
6 am

32 posts (1%)
7 am

44 posts (2%)
8 am

22 posts (1%)
9 am

14 posts (1%)
10 am

32 posts (1%)
11 am

115 posts (5%)
12 pm

117 posts (5%)
1 pm

80 posts (3%)
2 pm

138 posts (5%)
3 pm

177 posts (7%)
4 pm

303 posts (12%)
5 pm

215 posts (9%)
6 pm

207 posts (8%)
7 pm

160 posts (6%)
8 pm

204 posts (8%)
9 pm

153 posts (6%)
10 pm

148 posts (6%)
11 pm

this tell you that I am on the forums 24/7

296
General Chat / Re: Disk drive failed need new pc
« on: June 29, 2010, 05:32:01 PM »
The PC did.

297
Community Admin Apps / Re: Cookie(V)onster's Admin Application
« on: June 29, 2010, 05:25:39 PM »
would have to 0 this.


Kicks for the wrong things
Prop kills
Normal stuff :d

298
General Chat / Re: Sesame Street
« on: June 29, 2010, 03:03:58 PM »
The Count

299
Community Admin Apps / Re: Krashεr's Admin Application.
« on: June 29, 2010, 01:07:19 AM »
That's a little bit of what I mean. You are trying to tell me how to do my job. Really it has nothing to do with if you are ready to commit to the job or not. I just don't wanting you turning into a super special asshat the second you become admin.


>implying I am becoming admin

Not telling how, telling you to do it

but in the end, it doesn't really matter now does it :p.

300
General Chat / Re: Popular members date joined RND database
« on: June 28, 2010, 10:53:46 PM »
That's new, and he's barely active on the forums, that's MY OPINION and IDGAF what you say, cause you argue with me on almost every post that you post towards me lawl
Just Stfu both of joo, (Not Frank)

TheGreatGuy is not a newfag


Pages: 1 ... 19 [20] 21 ... 186