Posted 20 years ago2004-01-06 21:25:36 UTCPost #11001
ok i made a fun little machine gun map... i got it so u start with 300 bullets and no buyzone and i want a way to get more bullets... is there any way to add ammo suppy on the ground so players can pick it up in a counter-strike map?
Posted 20 years ago2004-01-06 23:02:16 UTCPost #11013
What an ammo box? Instead of a buy zone? Isn't it just an entity? I dont map for CS, but armoury_enitity? is this the buyzone or ammo? If this is the buyzone it doesn't look theres a way to do this (or none that i can see anyway)
Posted 20 years ago2004-01-07 21:22:24 UTCPost #11150
the training map for cs was made through HL notice the 'loading' pauses? and all the things popping up? they are sequences. The hostages in the training map were coded forms of scientists in HL so they could have immediate travelling paths once 'selected'
Posted 20 years ago2004-01-09 01:53:50 UTCPost #11282
there is... but its not simple... well it can be...
use a game_team_master... set index -1 for no team
then make a game_player_equip with the ammo you want to give them... set its team master to the name of the master u made... also set the flag for use only (you wont see this unless you have the expert FGD)... this flag makes it equip only the player who triggered it... (THIS CAN CRASH THE MAP THO - BE CAREFUL)
now make ur ammobox... put a trigger_multiple in it... set the trigger multiple to target the game_player_equip... now when the player walks into the ammobox they get the ammo... end of story....