View Single Post
  #28  
Old 03-14-2006, 02:42 PM
Raeiphon Raeiphon is offline
I never asked for this.
Join Date: Jun 2005
Posts: 855
Raeiphon is on a distinguished road
I dont think you realise how hard something with Zone's proportions is to code..

NPC Code:

function shootOne() {
freezeplayer .20;
this.angle=getangle(vecx(playerdir),vecy(playerdir ));
this.x=playerx+vecx(playerdir)*2;
setstring client.mr90ammo,#v(strtofloat(#s(client.mr90ammo))-1);
this.y=(playery-.5)+vecy(playerdir)*2.5;
setshootparams #v(this.bulletdmg); //damage modifier
shoot this.x,this.y,playerz,this.angle+random(this.maxan gle1*-1,this.maxangle1),
0,0,#s(mr90.bulletgani),;
}



A rather crappy gun script of my own. Shoots one bullet with fairly bad recoil. Honestly, something like shotgun would be around 8 of those, each with it's own individual setting and etc, and then you need to code the damage part. When you have close to 50 weapons, that's 50 statements in serverside, each with it's own parameters and sorts. It's an incredible and admirable feat.

Simply put, Zone too slow for you? Screw you. I'd like to see you try and code it faster.

Har. Compliment Zone and it's players. Excluding a few select people (Dark, Chrono, possibly anu or ixi), the rest are blabbing idiots who sit around and do nothing but scream at their monitor when they get "lamed" from "laming" someone. IQ doesnt mean goddamn thing. It's like your carbon footprint, but better known. Simply put, it doesnt mean a damn thing. I have an IQ of 124, you have an IQ of 6, who cares?

"also state the fact, theres a fine line between a criticism and an all out flame"

CC and flame are the same things. Look at my posts. I manage to insult at least one of you pathetic dregs and still give input worth reading.

Oh, and for those who cant be bothered to read my whole post:

IQ bad. Ugg. Flaming and critisisism is bad. Oog. Stefan code hard time not easy. Arf.
__________________

I hope for nothing. I fear nothing. I am free.
Reply With Quote