Answered weapons from SP and ZM

WECoyote99

Veteran
Messages
58
Reaction score
4
Points
783
so when i got the ZM Weapon files i get a minidump error everytime i use it and is there a way to get a hold of the SP ones from memory
 
P

Patrick

Guest
so when i got the ZM Weapon files i get a minidump error everytime i use it and is there a way to get a hold of the SP ones from memory
Why would you need the sp weapon list if its for ZM or MP.

here is a list of mp weapons
Code:
level.rawGunsArray = strTok("riotshield_mp;knife_ballistic_mp;crossbow_mp;kard_mp;judge_mp;beretta93r_mp;fnp45_mp;fiveseven_mp;mp7_mp;pdw57_mp;vector_mp;insas_mp;qcw05_mp;evoskorpion_mp;peacekeeper_mp;tar21_mp;type95_mp;sig556_mp;sa58_mp;hk416_mp;scar_mp;saritch_mp;xm8_mp;an94_mp;870mcs_mp;saiga12_mp;ksg_mp;srm1216_mp;mk48_mp;qbb95_mp;lsat_mp;hamr_mp;svu_mp;dsr50_mp;ballista_mp;as50_mp;smaw_mp;usrpg_mp;fhj18_mp", ";");

Use these arrays to get the zombie weapons
level.zombie_weapons //Non PAP weapons
level.zombie_weapons_upgraded //PAP weapons
 

WECoyote99

Veteran
Messages
58
Reaction score
4
Points
783
Why would you need the sp weapon list if its for ZM or MP.

here is a list of mp weapons
Code:
level.rawGunsArray = strTok("riotshield_mp;knife_ballistic_mp;crossbow_mp;kard_mp;judge_mp;beretta93r_mp;fnp45_mp;fiveseven_mp;mp7_mp;pdw57_mp;vector_mp;insas_mp;qcw05_mp;evoskorpion_mp;peacekeeper_mp;tar21_mp;type95_mp;sig556_mp;sa58_mp;hk416_mp;scar_mp;saritch_mp;xm8_mp;an94_mp;870mcs_mp;saiga12_mp;ksg_mp;srm1216_mp;mk48_mp;qbb95_mp;lsat_mp;hamr_mp;svu_mp;dsr50_mp;ballista_mp;as50_mp;smaw_mp;usrpg_mp;fhj18_mp", ";");

Use these arrays to get the zombie weapons
level.zombie_weapons //Non PAP weapons
level.zombie_weapons_upgraded //PAP weapons

Im just now looking for the SP weapons files to port to BO3
 
Top