halp

[GR]doodleninja
1000+ Posts
1000+ Posts
Posts: 1086
Joined: Mon Feb 27, 2012 11:08 am

halp

Post by [GR]doodleninja » Fri Aug 24, 2012 2:59 pm

my game crashes over and over while being on cheatserver

only script i executed

Code: Select all

prop_physics_create props_junk/watermelon01.mdl
ent_setname m
ent_fire m color 255 0 0 0
give m
ent_fire m addoutput "onhealthchanged !activator,ignite"
not spammed, not stolen, made after i learned something about outputs.

Anonymous

Re: halp

Post by Anonymous » Fri Aug 24, 2012 3:11 pm

give m doesn't make any sense.

[GR]doodleninja
1000+ Posts
1000+ Posts
Posts: 1086
Joined: Mon Feb 27, 2012 11:08 am

Re: halp

Post by [GR]doodleninja » Fri Aug 24, 2012 3:14 pm

i crashed everyones games too

did ant renmed anything?

Anonymous

Re: halp

Post by Anonymous » Fri Aug 24, 2012 3:33 pm

Why the fuck should Ant rename the melon-prop?

Try ent_fire !self ignite, if it crashs, Ant blocked igniting.

User avatar
Brotherhood Of Nod
Former Server Admin
Posts: 1273
Joined: Fri Aug 20, 2010 8:37 pm
Location: Temple of Prime, outside of Cairo.

Re: halp

Post by Brotherhood Of Nod » Fri Aug 24, 2012 7:48 pm

[GR]doodleninja wrote:did ant renmed anything?


The only thing I am thinking Ant is about to rename is DoodleNinja to Banned


Should ask for advice before use...
Image
Spoiler
Show
Image
Oh look...
Spoiler
Show
Image
I made dis.

Demon
Server Admin
Posts: 3161
Joined: Tue Nov 15, 2011 6:30 am

Re: FUCKING TITLE EDITOR WEEEEEEEEEEEEEEE

Post by Demon » Wed Aug 29, 2012 1:39 pm

The game crashes because the game doesn't like you.

[GR]doodleninja
1000+ Posts
1000+ Posts
Posts: 1086
Joined: Mon Feb 27, 2012 11:08 am

Re: FUCKING TITLE EDITOR WEEEEEEEEEEEEEEE

Post by [GR]doodleninja » Wed Aug 29, 2012 1:53 pm

Demon wrote:The game crashes because the game doesn't like you.

should be considered

User avatar
BrOnyxia
1+ Posts
1+ Posts
Posts: 20
Joined: Sat Jul 07, 2012 10:00 am
Location: Greece

Re: halp

Post by BrOnyxia » Fri Sep 07, 2012 10:20 am

give is a way to create an entity.. when you give something you use the name of the entity.. not its classname or targetname..

also color is wrong... its on rgb(red green blue) props and most stuff take 3 numbers for color... only lights take a fourth one for brightness...put 255 0 0 into quotes so it can recognise all three numbers... since the other numbers are 0 you dont need it but it would be a problem if you had something like 100 0 255 for instance.. so try color "255 0 0"
j gjhn krphjel| fxzjp| qn2a reo cdejnz0

[GR]doodleninja
1000+ Posts
1000+ Posts
Posts: 1086
Joined: Mon Feb 27, 2012 11:08 am

Re: halp

Post by [GR]doodleninja » Fri Sep 07, 2012 11:35 am

BrOnyxia wrote:give is a way to create an entity.. when you give something you use the name of the entity.. not its classname or targetname..

also color is wrong... its on rgb(red green blue) props and most stuff take 3 numbers for color... only lights take a fourth one for brightness...put 255 0 0 into quotes so it can recognise all three numbers... since the other numbers are 0 you dont need it but it would be a problem if you had something like 100 0 255 for instance.. so try color "255 0 0"
script worked perfect and pisseed of noobs. it was a server problem, but thanks.