game_player_equip

game_player_equip

Re: game_player_equip Posted by Frissi on Mon Mar 6th 2006 at 10:09pm
Frissi
116 posts
Posted 2006-03-06 10:09pm
Frissi
member
116 posts 52 snarkmarks Registered: Sep 8th 2003 Occupation: Student Location: Iceland
Ive tried using the game_player_equip like i used to in hl1 but thats not working so im wondering what it takes for a button to trigger a game_player_equip to give player some weapons :leper:
http:www.frissi.com
Re: game_player_equip Posted by omegaslayer on Tue Mar 7th 2006 at 12:48am
omegaslayer
2481 posts
Posted 2006-03-07 12:48am
2481 posts 595 snarkmarks Registered: Jan 16th 2004 Occupation: Sr. DevOPS Engineer Location: Seattle, WA
I don't think it works. I also found a thread saying how it doens't work:

http://www.snarkpit.net/forums.php?forum=6&topic=2787&highlight=equip&findpost=58601#post58601

Also a thread that you started a long time ago:

http://www.snarkpit.net/forums.php?forum=6&topic=4820&highlight=equip&findpost=82581#post82581

So in short, game_player_equip doesn't work.
Posting And You
Re: game_player_equip Posted by Frissi on Tue Mar 7th 2006 at 1:34am
Frissi
116 posts
Posted 2006-03-07 1:34am
Frissi
member
116 posts 52 snarkmarks Registered: Sep 8th 2003 Occupation: Student Location: Iceland
WOOHOOo :dorky:

Thats funny, so my only option is to spawn the actual weapon entity in front of the players?
http:www.frissi.com
Re: game_player_equip Posted by omegaslayer on Tue Mar 7th 2006 at 3:03am
omegaslayer
2481 posts
Posted 2006-03-07 3:03am
2481 posts 595 snarkmarks Registered: Jan 16th 2004 Occupation: Sr. DevOPS Engineer Location: Seattle, WA
WOOHOOo :dorky:
Thats funny, so my only option is to spawn the actual weapon entity in front of the players?
Sure....what game is this for anyways?
Posting And You
Re: game_player_equip Posted by Frissi on Tue Mar 7th 2006 at 3:31pm
Frissi
116 posts
Posted 2006-03-07 3:31pm
Frissi
member
116 posts 52 snarkmarks Registered: Sep 8th 2003 Occupation: Student Location: Iceland
hl2dm
http:www.frissi.com
Re: game_player_equip Posted by poisonic on Sat Mar 11th 2006 at 1:50pm
poisonic
78 posts
Posted 2006-03-11 1:50pm
poisonic
member
78 posts 18 snarkmarks Registered: Jun 8th 2005
<html><head><link rel="stylesheet" href="themes/standard.css" type="text/css"></head><body topmargin=2 leftmargin=2>
I don't think it works. I also found a thread saying how it doens't work:

http://www.snarkpit.net/forums.php?forum=6&topic=2787&highlight=equip&findpost=58601#post58601

Also a thread that you started a long time ago:

http://www.snarkpit.net/forums.php?forum=6&topic=4820&highlight=equip&findpost=82581#post82581

So in short, game_player_equip doesn't work.
i dont know where you got the knowledge that the player_equip does not work........ i got serval HL2DM maps with player equip that works so do your homework omega.... if you dont know or are not sure abouth something you bettere could write down notting :wink:
Re: game_player_equip Posted by Frissi on Sat Mar 11th 2006 at 2:09pm
Frissi
116 posts
Posted 2006-03-11 2:09pm
Frissi
member
116 posts 52 snarkmarks Registered: Sep 8th 2003 Occupation: Student Location: Iceland
SO, it works :confused:

But how :leper:
http:www.frissi.com
Re: game_player_equip Posted by Dark_Kilauea on Sat Mar 11th 2006 at 6:23pm
Dark_Kilauea
629 posts
Posted 2006-03-11 6:23pm
629 posts 123 snarkmarks Registered: Apr 15th 2005 Occupation: Fast Food Location: USA
Enter each weapon into the key value (You have to turn off smart edit)
Then enter the number of items you want to give the players

Example
Key                    Value
weapon_395        1
item_ammo_395    2
and so on. This will work for all players in a map. You do not need to trigger it.
Dark_Kilauea
DVS Administration
http://www.dvstudio-production.com/
Re: game_player_equip Posted by omegaslayer on Sat Mar 11th 2006 at 9:32pm
omegaslayer
2481 posts
Posted 2006-03-11 9:32pm
2481 posts 595 snarkmarks Registered: Jan 16th 2004 Occupation: Sr. DevOPS Engineer Location: Seattle, WA
<html><head><link rel="stylesheet"
href="themes/standard.css" type="text/css"></head><body
topmargin=2 leftmargin=2>[quote]I
don't think it works. I also found a thread saying how it doens't
work:

<A
HREF="http://www.snarkpit.net/forums.php?forum=6&topic=2787&highlight=equip&findpost=58601#post58601"
TARGET="_blank">http://www.snarkpit.net/forums.php?forum=6&topic=2787&highlight=equip&findpost=58601#post58601</A>

Also a thread that you started a long time ago:

<A
HREF="http://www.snarkpit.net/forums.php?forum=6&topic=4820&highlight=equip&findpost=82581#post82581"
TARGET="_blank">http://www.snarkpit.net/forums.php?forum=6&topic=4820&highlight=equip&findpost=82581#post82581</A>

So in short, game_player_equip doesn't work.
i dont know where you got the knowledge that the player_equip does not work........ i
got serval HL2DM maps with player equip that works so do your homework
omega.... if you dont know or are not sure abouth something you bettere
could write down notting :wink:
[/quote]

You need to learn to read and write correctly. I said I found
several threads saying it doesnt work. Learn2read correctly dumbass, so
troll some other forums.

/sorry if this is harsh, but I cant stand this guy.
Posting And You
Re: game_player_equip Posted by Frissi on Sat Mar 11th 2006 at 10:02pm
Frissi
116 posts
Posted 2006-03-11 10:02pm
Frissi
member
116 posts 52 snarkmarks Registered: Sep 8th 2003 Occupation: Student Location: Iceland
I did that my Dark man, but it didnt work... im going to play with this more tonight and try to figure this out :leper: ... thanks.
http:www.frissi.com
Re: game_player_equip Posted by omegaslayer on Sat Mar 11th 2006 at 10:03pm
omegaslayer
2481 posts
Posted 2006-03-11 10:03pm
2481 posts 595 snarkmarks Registered: Jan 16th 2004 Occupation: Sr. DevOPS Engineer Location: Seattle, WA
Sorry I cant let this pass. Poisonic, why dont you post a method of
using the game player equip, instead of being a total n00b and telling
me to do my homework.

In terms of homework, to my knowlege the game_equip doesnt/didn't work
in CSS. And if you had read the threads I posted, you would know that
it doesnt! And due to Frissi's lack of information I could not tell
which mod he was working in. So I think it is you who needs to shut
their mouth when it comes to this topic.

You should also learn to T Y P E out your sentences instead of making
all your posst a jumble of letters and words (its hard enough to read
through the jumble of phpBB code is there).

Sorry for flaming, but I cant stand this guy. Delete/lock this thread
moderators if you want. I really dont care, I just had to tell this
dumbass otherwise.
Posting And You
Re: game_player_equip Posted by Orpheus on Sat Mar 11th 2006 at 10:07pm
Orpheus
13860 posts
Posted 2006-03-11 10:07pm
Orpheus
member
13860 posts 2024 snarkmarks Registered: Aug 26th 2001 Occupation: Long Haul Trucking Location: Long Oklahoma - USA
/me pets.

Its ok Omega. Its not as if you do it as much as..... I do.

The best things in life, aren't things.
Re: game_player_equip Posted by poisonic on Sun Mar 12th 2006 at 2:04pm
poisonic
78 posts
Posted 2006-03-12 2:04pm
poisonic
member
78 posts 18 snarkmarks Registered: Jun 8th 2005
the awnser

make a game_player_equip name it equip
go to the properties turn OFF smartedit
enter the folowing keys:
value
weapon_stunstick 1
target equip
spawnflags 0

put a logic_auto somewhere in your map
give it the folowing output
OnMapSpawn equip FireUser1

compile your map
and every player will have the stunstick when they spawn
Good luck

and to OMEGA : i just dont like it when wrong awnsers/sugestions are given :smile:
Re: game_player_equip Posted by Orpheus on Sun Mar 12th 2006 at 2:09pm
Orpheus
13860 posts
Posted 2006-03-12 2:09pm
Orpheus
member
13860 posts 2024 snarkmarks Registered: Aug 26th 2001 Occupation: Long Haul Trucking Location: Long Oklahoma - USA
Poisonic, a word to the wise. You aren't going to win. You just don't have the support structure to engage in anything approaching a prolonged battle.

Give up. Get a better browser and, try to fit in.

/2 cents

The best things in life, aren't things.
Re: game_player_equip Posted by poisonic on Sun Mar 12th 2006 at 2:16pm
poisonic
78 posts
Posted 2006-03-12 2:16pm
poisonic
member
78 posts 18 snarkmarks Registered: Jun 8th 2005
if you want great maps for the comunity you should give Great Awnsers :biggrin:

<div class="abouttext">Message submitted 4 minutes after original post:</b></div>
<html><head><link rel="stylesheet" href="themes/standard.css" type="text/css"></head><body topmargin=2 leftmargin=2>[quote]Poisonic, a word to the wise. You aren't going to win. You just don't have the support structure to engage in anything approaching a prolonged battle.

Give up. Get a better browser and, try to fit in.

/2 cents

[/quote]
whats wrong with mozilla firefox?
Re: game_player_equip Posted by omegaslayer on Sun Mar 12th 2006 at 6:41pm
omegaslayer
2481 posts
Posted 2006-03-12 6:41pm
2481 posts 595 snarkmarks Registered: Jan 16th 2004 Occupation: Sr. DevOPS Engineer Location: Seattle, WA
learn2read posts correctly
Posting And You
Re: game_player_equip Posted by ReNo on Sun Mar 12th 2006 at 7:40pm
ReNo
5457 posts
Posted 2006-03-12 7:40pm
ReNo
member
5457 posts 1991 snarkmarks Registered: Aug 22nd 2001 Occupation: Level Designer Location: Scotland
Orph is just funning you about the browser issue by the way - he doesn't like FF. The reason you keep getting random bits of code in your posts is that the site isn't entirely compatible with FF1.5, as Lep isn't around much these days to look into fixing it up. To stop it happening, and I recommend you do as it is annoying for others reading your posts, you can do one of the following...
  • Turn off java posting in your snarkpit control panel preferences. This will limit some of the forum posting functionality, but it isn't anything major.
  • Roll back to an earlier version of FF that IS more compatible with the site.
  • Use IE instead.
Hope that helps you out man, and in future please don't jump on other people who have tried to help out. By all means correct mistaken suggestions or answers, but don't try and bad mouth them. Thanks.
[img]http://card.mygamercard.net/sig/Default/reno84.png[/img]
Designer @ Haiku Interactive | ReNo-vation.net
Re: game_player_equip Posted by Orpheus on Sun Mar 12th 2006 at 9:23pm
Orpheus
13860 posts
Posted 2006-03-12 9:23pm
Orpheus
member
13860 posts 2024 snarkmarks Registered: Aug 26th 2001 Occupation: Long Haul Trucking Location: Long Oklahoma - USA
ReNo said:
Orph is just funning you about the browser issue by the way - .
Yeah, I was about the browser. BUT not about biting on Omega.

I re-read my post. It is a bit confusing on my motive.

Sorry, my bad.

I just don't think it wise to bite on Omega. He isn't on stable enough ground to win.

The best things in life, aren't things.
Re: game_player_equip Posted by omegaslayer on Mon Mar 13th 2006 at 1:08am
omegaslayer
2481 posts
Posted 2006-03-13 1:08am
2481 posts 595 snarkmarks Registered: Jan 16th 2004 Occupation: Sr. DevOPS Engineer Location: Seattle, WA
Im about to go over the edge.

Sorry for tuning this thread to an off topic one.
Posting And You
Re: game_player_equip Posted by ReNo on Mon Mar 13th 2006 at 2:04am
ReNo
5457 posts
Posted 2006-03-13 2:04am
ReNo
member
5457 posts 1991 snarkmarks Registered: Aug 22nd 2001 Occupation: Level Designer Location: Scotland
Don't worry about it man, what he said was a bit out of line and you had every right to react. Anyway, I hope this is the issue over and done with.
[img]http://card.mygamercard.net/sig/Default/reno84.png[/img]
Designer @ Haiku Interactive | ReNo-vation.net
Re: game_player_equip Posted by Orpheus on Mon Mar 13th 2006 at 2:27am
Orpheus
13860 posts
Posted 2006-03-13 2:27am
Orpheus
member
13860 posts 2024 snarkmarks Registered: Aug 26th 2001 Occupation: Long Haul Trucking Location: Long Oklahoma - USA
"Group hug?"

whispers

"Throw poisonic in the middle and we can kick'im"

/giggles.

The best things in life, aren't things.