HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Jeez...

10-02-2002, 07:23 PM#1
Guest
your gone for a few months and BAM! u lose all mod status, damn..
10-02-2002, 08:25 PM#2
ph33rb0
No point in being a moderator if you can't be around enough to do your job.

Also, your sig is kind of insulting... Really now, everyone INCLUDING YOU was a newbie at one time or another. Besides, just because someone has a life outside of WarCraft 3 is no reason to flame them. I consider myself to be pretty talented at WC3, but that doesn't mean I flame people who suck.
10-02-2002, 09:40 PM#3
weaaddar
And beside you really should make it a jass function anyway :)
Function ModerateNebies takes nothing returns nothing
If (LocalPlayer=Newbie) then
DefeatPlayer(LocalPlayer,true)
endif
Endfunction
MUCH BETER!
10-04-2002, 02:42 AM#4
Guest
Fear.Factor must be a newb... ::sigh::
10-04-2002, 03:02 AM#5
ChronOmega
i really think you should go with Weaddars idea except make it like this
Function ModerateMapStealinNewbies takes nothing returns nothing
If (LocalPlayer=MapStealinNewbie) then
DefeatPlayer(LocalPlayer,true)
endif
Endfunction
10-04-2002, 08:56 PM#6
ph33rb0
Quote:
Originally posted by FarScape
Fear.Factor must be a newb... ::sigh::


No I'm not a newbie if you wanna play me in a melee I'd be glad to beat you.

I'm just saying that not everyone's life revolves completely around Warcraft 3. A lot of people play it for fun not as a life occupation.
10-04-2002, 09:51 PM#7
Guest
lol, you nerds, stop witth all the damn programming, my head is going to explode! Nothing you say makes sense!
10-04-2002, 09:54 PM#8
ChronOmega
ok well if the amount about writing JASS that weaddar know is 100 than my amount is 1

if the amount about reading JASS that weaddar know is 100 than my amount is 20

so i have just gotten used to reading it but i can not write in JASS
10-04-2002, 10:03 PM#9
Guest
Uhhh.... Ok
All I know is HTML like 99%, some PHP, and some ColdFusion and JavaScript
But thats all web programming
10-04-2002, 10:28 PM#10
ChronOmega
what exactly does the cold fusion proggram do?

flash animates fireworks draws dreamweaver make websites

so what does coldfusion do?
10-05-2002, 01:06 AM#11
weaaddar
Um Jass isn't a hard language its much easier then you'd probably think Its just the interpreter that is included is just about as bad as turbo pascal...
10-05-2002, 01:09 AM#12
ChronOmega
na its just i havent takin the time to learn it cause i havent needed it much

whats turbo pascal? emote_confused
10-05-2002, 03:10 AM#13
dataangel
Quote:
"whats turbo pascal?"

I feel old.
10-05-2002, 03:54 AM#14
ChronOmega
really what is it?

by the way im only 11 so you might be old compared to me...
10-05-2002, 11:35 AM#15
SuperIKI
Quote:
Originally posted by Mythmon
really what is it?

by the way im only 11 so you might be old compared to me...

What do you learn at school?
It's a programming language. Something like FORTRAN, ALGOL and BASIC, but MUCH BETTER.
Delphi is based on the pascal syntax.
You don't even need punch cards to program! :D

Man, I've got a really big bunch of Pascal programs. But they aren't that good. Well, I was 11 when I wrote them.

If you program in Java and want some old school experience: Do JASS!!! No classes, no complex function parameters like arrays, no instant local variables within the code - only on top of each function, ...
The only great thing is the multithreading of the triggers.