Novahq.net Forum

Novahq.net Forum (https://novahq.net/forum/index.php)
-   General Chat (https://novahq.net/forum/forumdisplay.php?f=2)
-   -   BO DFX2 Map (https://novahq.net/forum/showthread.php?t=49123)

bigsmellyfart 07-12-2018 09:17 AM

BO DFX2 Map
 
i am starting on my first BO map for
DFX2...it is called up urs which is censored so I have in mission properties
( ^ Urs )...i noticed that the modders fixed
some of the weapons that when you use them
the game crashes...

:clap2::clap2::clap2::clap2::clap2:

Scott 07-12-2018 12:05 PM

Cool :D

bigsmellyfart 07-14-2018 10:46 PM


p.s. is there any scripting or wac code to reload an empty em-placed weapon...?

Guest001 07-17-2018 10:34 PM

Quote:

Originally Posted by bigsmellyfart (Post 389968)

p.s. is there any scripting or wac code to reload an empty em-placed weapon...?

mmm - Try this assuming the weapon is (ssn1) and you have a duplicate weapon (ssn2) in the same place.

if ssnnearssn(player,1,30) then
hidessn(2)
endif

if meattached(1) then
ssnspawn(1, 1)
else
if not meattached(1) and not ssnnearssn(player,1,30) then
killssn(1)
unhide ssn(2)
end
endif



Edit
Note: I'm hoping ssn2 doesn't work when hidden.
If ssn2 blows up try doing the same thing as above to it or give it health or make it invincible in the med or something

Guest001 07-17-2018 10:43 PM

Looks like what I posted above is a bit useless but hey! I'm really hoping it's just a starting point... to a solution for you. :)


All times are GMT -5. The time now is 11:15 AM.

Powered by vBulletin®