• Zoeys Powers Addon
    214 replies, posted
[QUOTE=Wizey!;24750880]... Getting gold? What?[/QUOTE] Being a gold member, silly.
[QUOTE=starpoo90;24770222]Being a gold member, silly.[/QUOTE] I hope that never happens to me.
[QUOTE=Wizey!;24774200]I hope that never happens to me.[/QUOTE] In 2 months it will.
[QUOTE=Flubadoo;24774217]In 2 months it will.[/QUOTE] Fuuuuuuu-
You deserve to be ranked higher than others purely because you stuck through all the abuse and dumb ratings to provide some bloody well coded mods but still you have no choice. It is INEVITABLE
[QUOTE=The Rizzler;24775887]You deserve to be ranked higher than others purely because you stuck through all the abuse and dumb ratings to provide some bloody well coded mods but still you have no choice. It is INEVITABLE[/QUOTE] 90% of gold members are stuck up little shits, Ide rather not be a gold member.
how can someone become a gold member?
[QUOTE=RamdomGuy;24780244]how can someone become a gold member?[/QUOTE] Be here for 2 years and have 2000 posts or more.
Let's go back to my theory. :science:
:smithicide: On another note, how would I get rid of that delay/cooldown or whatever you wish to call it, between powers? I noticed that the magic arrow does not take as long to use again as would fire or ion beam. [editline]07:41PM[/editline] It was only three days but it feels like weeks!
Have a look in the code, and see what variable controls the cooldown. Problem solved. I'll have a quick look, since now I'm interested. Will edit with the results. EDIT: I detect significant lack of tabbing in these SVN files...doesn't help that there's hundreds of lines to look through. Despite the code hunting I have to do in order to FIND the cooldown, I've also seen what UMs are like...and they look easy. Thank God for that :D. I will continue my hunting, good addon though, Zoey, creative. Maybe I'll be able to use this to learn about particle spawning and make a few magic SWEPs of my own.
[QUOTE=Killer_Steel;24853577]Have a look in the code, and see what variable controls the cooldown. Problem solved. I'll have a quick look, since now I'm interested. Will edit with the results. EDIT: I detect significant lack of tabbing in these SVN files...doesn't help that there's hundreds of lines to look through. Despite the code hunting I have to do in order to FIND the cooldown, I've also seen what UMs are like...and they look easy. Thank God for that :D. I will continue my hunting, good addon though, Zoey, creative. Maybe I'll be able to use this to learn about particle spawning and make a few magic SWEPs of my own.[/QUOTE] I can read tabbed code, But i can read untabbed code even better, This is mainly so people cant just steal the code and edit it with ease.
Tabbed code? Is that like adding line breaks or comments?
[QUOTE=starpoo90;24869463]Tabbed code? Is that like adding line breaks or comments?[/QUOTE] Neither. Its kinda like this... [code] if Player.HasPeelz then Player.ReallyDoesHavePeelz = true else Player.DoesntReallyHavePeelz = "SadFaec:'<" end[/code] As you can see, Theres a tab space inbetween the if and else.
Ah, what [i]normal[/i] people do. :mmmsmug:
[QUOTE=starpoo90;24871176]Ah, what [i]normal[/i] people do. :mmmsmug:[/QUOTE] Having add and aspergers doesnt make me normal :3: But i mostly do it so people cant just go "HURRRRR *steal*"
i still really dont know what this addon is lulz
[QUOTE=Obiwan_20;24876371]i still really dont know what this addon is lulz[/QUOTE] Thus proving your stupidity.
thus proving my smart-a-tude. im no scripter im a skinner.. and you could of been nice and told me what it was and not be a little fuckin' bitch bout it.. loose the tude
[QUOTE=Obiwan_20;24876614]thus proving my smart-a-tude. im no scripter im a skinner.. and you could of been nice and told me what it was and not be a little fuckin' bitch bout it.. loose the tude[/QUOTE] Learn to spell, Maybe then i will take you seriouslly.
To be fair, the description [i]is[/i] a little lacking
[QUOTE=Wizey!;24876171]Having add and aspergers doesnt make me normal :3:[/QUOTE] I shouldn't really have said normal, no one's normal. [editline]03:02PM[/editline] Better description: Gives you kick-ass defense, support, and attack powers to use against players and NPCs...and yourself.
[QUOTE=starpoo90;24883668]I shouldn't really have said normal, no one's normal. [editline]03:02PM[/editline] Better description: Gives you kick-ass defense, support, and attack powers to use against players and NPCs...and yourself.[/QUOTE] I dont want to burn myself :ohdear:
[QUOTE=Wizey!;24885998]I dont want to burn myself :ohdear:[/QUOTE] :laugh: I meant for healing and defense.
Why doesn't anyone pay attention anymore? Do you have an idea that could cause this spawning to be happening? Maybe something to do with the teleport spell? [editline]01:34PM[/editline] :siren:WAIT WAIT WAIT WAAAIIIT!:siren: What is this? [code] hook.Add("PlayerInitialSpawn","Powers_Init_Spawn",Powers_Init_Spawn) [/code] I was just poking around in the files, and I saw this had spawn, so I started freaking out. v:v:v
...What? What's the problem, first off? Too many addons using the same hook can cause problems, yes, but not generally Spawning, since it doesn't really control anything, unless you have an addon that directly interferes with the original Source spawn code, and replaces it with it's own.
[QUOTE=Killer_Steel;24904053]...What? What's the problem, first off? Too many addons using the same hook can cause problems, yes, but not generally Spawning, since it doesn't really control anything, unless you have an addon that directly interferes with the original Source spawn code, and replaces it with it's own.[/QUOTE] The problem is that for some reason this addon make's some people spawn random places underground, i have no idea what causes it, and right now i dont care.
[QUOTE=starpoo90;24902668]Why doesn't anyone pay attention anymore? Do you have an idea that could cause this spawning to be happening? Maybe something to do with the teleport spell? [editline]01:34PM[/editline] :siren:WAIT WAIT WAIT WAAAIIIT!:siren: What is this? [code] hook.Add("PlayerInitialSpawn","Powers_Init_Spawn",Powers_Init_Spawn) [/code] I was just poking around in the files, and I saw this had spawn, so I started freaking out. v:v:v[/QUOTE] That hook is called when the player FIRST EVER spawns.
I thought I was close to the problem when I had Sharpeye disabled, but I remembered if the problem was still there without addons, it could be a coding problem or something in GMod is different. :confused:
Fruitless bump.
Sorry, you need to Log In to post a reply to this thread.