Hey guys i'd need script for venice and goldrush map,ammo and health cabinet at seconds spawn of axis.In advance thanks
11 replies to this topic
#1
OFFLINE
Posted 08 January 2010 - 03:10 PM
OFFLINE
#2
OFFLINE
Posted 08 January 2010 - 04:19 PM
OFFLINE
#3
OFFLINE
Posted 09 January 2010 - 02:00 AM
OFFLINE
#4
OFFLINE
Posted 09 January 2010 - 02:16 AM
OFFLINE
little search and you find this
for all known scripts is here:
http://bani.anime.ne...pic.php?p=57517
for adding health and ammo cabinet is here:
http://www.splashdam...ght=ammo script
for all known scripts is here:
http://bani.anime.ne...pic.php?p=57517
for adding health and ammo cabinet is here:
http://www.splashdam...ght=ammo script
#5
OFFLINE
Posted 09 January 2010 - 08:35 AM
OFFLINE
On the first page it self I had posted the code
Here it goes back again.
reate
{
classname "misc_cabinet_supply"
origin "-2120 6170 545"
mins "0 0 0"
maxs "90 90 50"
angle "90"
scriptname "main_ammocabinet"
targetname "main_ammocabinet"
}
create
{
classname "misc_cabinet_health"
origin "-1990 6170 545"
mins "0 0 0"
maxs "90 90 50"
angle "90"
scriptname "main_healthcabinet"
targetname "main_healthcabinet"
}
create
{
classname "trigger_ammo"
origin "-2120 6170 545"
mins "-20 0 0"
maxs "90 90 50"
ammototal "20"
scriptname "main_trigger_ammo"
targetname "main_trigger_ammo"
target "main_ammocabinet"
}
create
{
classname "trigger_heal"
origin "-1990 6170 545"
mins "-20 0 0"
maxs "90 90 50"
healtotal "400"
scriptname "main_trigger_heal"
targetname "main_trigger_heal"
target "main_healthcabinet"
}
create
{
classname "misc_commandmap_marker"
origin "-2110 6170 545"
scriptname "main_hacabinet_cm_marker"
targetname "main_hacabinet_cm_marker"
}
create
{
classname "trigger_objective_info"
customimage "gfx/limbo/cm_healthammo"
infoAllied "Health and Ammo cabinets"
infoAxis "Health and Ammo cabinets"
origin "-1990 6170 545"
mins "0 0 0"
maxs "110 110 100"
scriptname "main_hacabinet_toi"
shortname "Health and Ammo Cabinets"
spawnflags "35"
target "main_hacabinet_cm_marker"
targetname "main_hacabinet_toi"
track "the Health and Ammo Cabinets"
}
#6
OFFLINE
Posted 09 January 2010 - 10:08 AM
OFFLINE
#7
OFFLINE
Posted 09 January 2010 - 11:21 AM
OFFLINE
Husa, on 09 January 2010 - 10:08 AM, said:
Origin means Position(cordinates)?
Yes. Use \viewpos in console to get co ordinates.
http://en.wikipedia....ordinate_system
#8
OFFLINE
Posted 10 January 2010 - 11:48 AM
OFFLINE
#9
OFFLINE
Posted 10 January 2010 - 11:49 AM
OFFLINE
Husa, on 10 January 2010 - 11:48 AM, said:
Link of file http://www.mediafire...rush.script.txt
So, at what location you need the ammo racks?
#10
OFFLINE
Posted 10 January 2010 - 11:57 AM
OFFLINE
#11
OFFLINE
Posted 10 January 2010 - 12:11 PM
OFFLINE
Husa, on 10 January 2010 - 11:57 AM, said:
Ammo and health cabinet,at venice and goldrush map,both maps at second spawn of axis team!
Screenshot will help. More or less will need testing server to check new locations. I don't have testing servers anymore.
#12
OFFLINE
Posted 10 January 2010 - 12:16 PM
OFFLINE
daredevil, on 10 January 2010 - 12:11 PM, said:
Screenshot will help. More or less will need testing server to check new locations. I don't have testing servers anymore.
http://screenshot.xf...5b254774dd8.jpg
http://screenshot.xf...59ac8c8dc2a.jpg
and for goldrush
http://screenshot.xf...530e80391e1.jpg
http://screenshot.xf...9650fdc2d92.jpg
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users


Sign In
Create Account


Contributor
Back to top










