Summary

This is a list of in game models that fall in the category of Weapons. In formation was pulled from Spooner. We have repurposed this list and used it in our developer resource cc_FindAll which uses the a ray tracing function to detect objects in game as the player approaches them. This resources allows us to consolidate the ray tracing (a resource intensive function) to one resource, and then share that information with other resources using events. This means that we can run mores resources that rely on in game object identification, without increasing the cpu or memory resource usage in the game client.

--  LUA   cc_FindAll 
PedPool_Weapons_Models = {
	"p_snipper01x",  
	"p_cs_gatlingbulletbelt",
	"s_gatlinggunmagazine",
	"s_gatling_mag",  
	"p_cannon01x",
	"p_cannonaxle01x",
	"p_cannonball01x",
	"p_cannonpyramid01x",
	"p_cannonwreck01x",
	"s_breachcannonshell",  
	"s_cannonball",
	"s_hotchkiss_cannon_clip",
	"s_hotchkisscannon_clip",
	"mp001_s_hotchkiss_cannon_clip",  
	"p_breach_cannon1x",
	"mp005_s_melee_bolas01",
	"mp005_s_melee_bolascoiled", 
	"p_cs_melee_lasso01",  
	"p_melee_knife01",
	"p_melee_knife09_cs",
	"s_melee_knife05",
	"p_bow01x",
	"p_bowdisplay01x",
	"p_bowdisplay02x", 
	"p_target01x",
	"p_target02x",
	"p_target05x",
	"p_target06x",
	"p_targetarchery01x",
	"p_targetarchery01x_2",
	"p_targetarchery01x_3",
	"p_targetarchery02x",
	"p_targetarchery02x_2",
	"p_targetarchery02x_3",
	"p_targetarchery03x",
	"p_targetarchery03x_2",
	"p_targetarchery03x_3",
	"p_targetarcheryframe02x",
	"p_targetframe01x",
	"w_melee_brassknuckles01",
	"p_sword01x", 
	"w_melee_brokensword01",
	"w_melee_fishingpole01",
	"w_melee_fishingpole02",
	"w_melee_fishingpole03",
	"w_melee_hammer02",
	"w_melee_hatchet01",
	"w_melee_hatchet02",
	"w_melee_hatchet03",
	"w_melee_hatchet04",
	"w_melee_hatchet05",
	"w_melee_hatchet06",
	"w_melee_hatchet07",
	"w_melee_knife01",
	"w_melee_knife02",
	"w_melee_knife02_grip1",
	"w_melee_knife03",
	"w_melee_knife04",
	"w_melee_knife05",
	"w_melee_knife06",
	"w_melee_knife07",
	"w_melee_knife08",
	"w_melee_knife09",
	"w_melee_knife10",
	"w_melee_knife11",
	"w_melee_knife12",
	"w_melee_knife13",
	"w_melee_knife14",
	"w_melee_knife15",
	"w_melee_knife16",
	"w_melee_knife17",
	"w_melee_knife18",
	"w_melee_knife19",
	"w_melee_knife20",
	"w_melee_knife21",
	"w_melee_knife22",
	"w_melee_lasso01",
	"w_melee_lasso03",
	"w_melee_machete01",
	"w_melee_machete03",
	"w_melee_tomahawk01",
	"w_melee_tomahawk02",
	"w_melee_tomahawk03",
	"w_melee_tomahawk04",
	"w_mp_bowarrow_arrow_tracking",
	"w_pistol_m189902",
	"w_pistol_m189902_barrel01",
	"w_pistol_m189902_barrel02",
	"w_pistol_m189902_clip1",
	"w_pistol_m189902_grip1",
	"w_pistol_m189902_grip2",
	"w_pistol_m189902_grip3",
	"w_pistol_m189902_grip4",
	"w_pistol_m189902_sight1",
	"w_pistol_m189902_sight2",
	"w_pistol_mauser01",
	"w_pistol_mauser01_barrel1",
	"w_pistol_mauser01_barrel2",
	"w_pistol_mauser01_clip",
	"w_pistol_mauser01_clip2",
	"w_pistol_mauser01_grip1",
	"w_pistol_mauser01_grip2",
	"w_pistol_mauser01_grip3",
	"w_pistol_mauser01_grip4",
	"w_pistol_mauser01_sight1",
	"w_pistol_mauser01_sight2",
	"w_pistol_mauser02",
	"w_pistol_semiauto01",
	"w_pistol_semiauto01_barrel1",
	"w_pistol_semiauto01_barrel2",
	"w_pistol_semiauto01_clip",
	"w_pistol_semiauto01_grip1",
	"w_pistol_semiauto01_grip2",
	"w_pistol_semiauto01_grip3",
	"w_pistol_semiauto01_grip4",
	"w_pistol_semiauto01_sight1",
	"w_pistol_semiauto01_sight2",
	"w_pistol_volcanic01",
	"w_pistol_volcanic01_barrel01",
	"w_pistol_volcanic01_barrel02",
	"w_pistol_volcanic01_grip1",
	"w_pistol_volcanic01_grip2",
	"w_pistol_volcanic01_grip3",
	"w_pistol_volcanic01_grip4",
	"w_pistol_volcanic01_sight1",
	"w_pistol_volcanic01_sight2",
	"w_pistol_volcanic03_grip1",
	"w_pistol_volcanic03_sight1",
	"w_repeater_carbine01",
	"w_repeater_carbine01_clip1",
	"w_repeater_carbine01_grip1",
	"w_repeater_carbine01_grip2",
	"w_repeater_carbine01_grip3",
	"w_repeater_carbine01_sight1",
	"w_repeater_carbine01_sight2",
	"w_repeater_carbine01_wrap1",
	"w_repeater_carbine01_wrap2",
	"w_repeater_cloth_strap01",
	"w_repeater_evans01",
	"w_repeater_evans01_grip1",
	"w_repeater_evans01_grip2",
	"w_repeater_evans01_grip3",
	"w_repeater_evans01_sight1",
	"w_repeater_evans01_sight2",
	"w_repeater_evans01_wrap1",
	"w_repeater_evans01_wrap2",
	"w_repeater_henry01",
	"w_repeater_henry01_grip1",
	"w_repeater_henry01_grip2",
	"w_repeater_henry01_grip3",
	"w_repeater_henry01_sight1",
	"w_repeater_henry01_sight2",
	"w_repeater_henry01_wrap1",
	"w_repeater_henry01_wrap2",
	"w_repeater_pumpaction01",
	"w_repeater_pumpaction01_clip1",
	"w_repeater_pumpaction01_clip2",
	"w_repeater_pumpaction01_clip3",
	"w_repeater_pumpaction01_grip1",
	"w_repeater_pumpaction01_grip2",
	"w_repeater_pumpaction01_grip3",
	"w_repeater_pumpaction01_sight1",
	"w_repeater_pumpaction01_sight2",
	"w_repeater_pumpaction01_wrap1",
	"w_repeater_pumpaction01_wrap2",
	"w_repeater_strap01",
	"w_repeater_winchester01",
	"w_repeater_winchester01_grip1",
	"w_repeater_winchester01_grip2",
	"w_repeater_winchester01_grip3",
	"w_repeater_winchester01_sight1",
	"w_repeater_winchester01_sight2",
	"w_repeater_winchester01_wrap1",
	"w_repeater_winchester01_wrap2",
	"w_repeater_winchester03_grip1",
	"w_repeater_winchester03_wrap1",
	"w_revolver_cattleman01",
	"w_revolver_cattleman01_barrel01",
	"w_revolver_cattleman01_barrel02",
	"w_revolver_cattleman01_grip1",
	"w_revolver_cattleman01_grip2",
	"w_revolver_cattleman01_grip3",
	"w_revolver_cattleman01_grip4",
	"w_revolver_cattleman01_grip5",
	"w_revolver_cattleman01_sight1",
	"w_revolver_cattleman01_sight2",
	"w_revolver_cattleman02",
	"w_revolver_cattleman03",
	"w_revolver_doubleaction01",
	"w_revolver_doubleaction01_barrel01",
	"w_revolver_doubleaction01_barrel02",
	"w_revolver_doubleaction01_grip1",
	"w_revolver_doubleaction01_grip2",
	"w_revolver_doubleaction01_grip3",
	"w_revolver_doubleaction01_grip4",
	"w_revolver_doubleaction01_grip5",
	"w_revolver_doubleaction01_sight1",
	"w_revolver_doubleaction01_sight2",
	"w_revolver_doubleaction02",
	"w_revolver_doubleaction02_grip01",
	"w_revolver_doubleaction03",
	"w_revolver_doubleaction04",
	"w_revolver_doubleaction06",
	"w_revolver_lemat01",
	"w_revolver_lemat01_barrel01",
	"w_revolver_lemat01_barrel02",
	"w_revolver_lemat01_grip1",
	"w_revolver_lemat01_grip2",
	"w_revolver_lemat01_grip3",
	"w_revolver_lemat01_grip4",
	"w_revolver_lemat01_sight1",
	"w_revolver_lemat01_sight2",
	"w_revolver_navy01",
	"w_revolver_navy01_barrel01",
	"w_revolver_navy01_barrel02",
	"w_revolver_navy01_grip1",
	"w_revolver_navy01_grip2",
	"w_revolver_navy01_grip3",
	"w_revolver_navy01_grip4",
	"w_revolver_navy01_sight1",
	"w_revolver_navy01_sight2",
	"w_revolver_navy02",
	"w_revolver_navy02_barrel01",
	"w_revolver_navy02_grip1",
	"w_revolver_navy02_sight1",
	"w_revolver_schofield01",
	"w_revolver_schofield01_barrel01",
	"w_revolver_schofield01_barrel02",
	"w_revolver_schofield01_grip1",
	"w_revolver_schofield01_grip2",
	"w_revolver_schofield01_grip3",
	"w_revolver_schofield01_grip4",
	"w_revolver_schofield01_sight1",
	"w_revolver_schofield01_sight2",
	"w_revolver_schofield02",
	"w_revolver_schofield03",
	"w_revolver_schofield04",
	"w_revolver_schofield05_grip1",
	"w_revolver_schofield05_sight1",
	"w_rifle_boltaction01",
	"w_rifle_boltaction01_grip1",
	"w_rifle_boltaction01_grip2",
	"w_rifle_boltaction01_grip3",
	"w_rifle_boltaction01_sight1",
	"w_rifle_boltaction01_sight2",
	"w_rifle_boltaction01_wrap1",
	"w_rifle_boltaction01_wrap2",
	"w_rifle_boltaction03_grip1",
	"w_rifle_carcano01",
	"w_rifle_carcano01_clip",
	"w_rifle_carcano01_clip2",
	"w_rifle_carcano01_grip1",
	"w_rifle_carcano01_grip2",
	"w_rifle_carcano01_grip3",
	"w_rifle_carcano01_sight1",
	"w_rifle_carcano01_sight2",
	"w_rifle_carcano01_wrap1",
	"w_rifle_carcano01_wrap2",
	"w_rifle_cs_strap01",
	"w_rifle_rollingblock01",
	"w_rifle_rollingblock01_grip1",
	"w_rifle_rollingblock01_grip2",
	"w_rifle_rollingblock01_grip3",
	"w_rifle_rollingblock01_sight1",
	"w_rifle_rollingblock01_sight2",
	"w_rifle_rollingblock01_wrap1",
	"w_rifle_rollingblock01_wrap2",
	"w_rifle_rollingblock02_grip1",
	"w_rifle_scope02",
	"w_rifle_scope03",
	"w_rifle_scope04",
	"w_rifle_scopeinner01",
	"w_rifle_springfield01",
	"w_rifle_springfield01_grip1",
	"w_rifle_springfield01_grip2",
	"w_rifle_springfield01_grip3",
	"w_rifle_springfield01_sight1",
	"w_rifle_springfield01_sight2",
	"w_rifle_springfield01_wrap1",
	"w_rifle_springfield01_wrap2",
	"w_shotgun_doublebarrel01",
	"w_shotgun_doublebarrel01_barrel1",
	"w_shotgun_doublebarrel01_barrel2",
	"w_shotgun_doublebarrel01_grip1",
	"w_shotgun_doublebarrel01_grip2",
	"w_shotgun_doublebarrel01_grip3",
	"w_shotgun_doublebarrel01_mag1",
	"w_shotgun_doublebarrel01_mag2",
	"w_shotgun_doublebarrel01_mag3",
	"w_shotgun_doublebarrel01_sight1",
	"w_shotgun_doublebarrel01_sight2",
	"w_shotgun_doublebarrel01_wrap1",
	"w_shotgun_doublebarrel01_wrap2",
	"w_shotgun_doublebarrel02_grip1",
	"w_shotgun_doublebarrel02_mag1",
	"w_shotgun_doublebarrel03_barrel2",
	"w_shotgun_doublebarrel03_grip1",
	"w_shotgun_doublebarrel03_mag1",
	"w_shotgun_pumpaction01",
	"w_shotgun_pumpaction01_barrel1",
	"w_shotgun_pumpaction01_barrel2",
	"w_shotgun_pumpaction01_clip1",
	"w_shotgun_pumpaction01_clip2",
	"w_shotgun_pumpaction01_clip3",
	"w_shotgun_pumpaction01_grip1",
	"w_shotgun_pumpaction01_grip2",
	"w_shotgun_pumpaction01_grip3",
	"w_shotgun_pumpaction01_sight1",
	"w_shotgun_pumpaction01_sight2",
	"w_shotgun_pumpaction01_wrap1",
	"w_shotgun_pumpaction01_wrap2",
	"w_shotgun_pumpaction03_clip1",
	"w_shotgun_pumpaction03_grip1",
	"w_shotgun_repeating01",
	"w_shotgun_repeating01_barrel1",
	"w_shotgun_repeating01_barrel2",
	"w_shotgun_repeating01_grip1",
	"w_shotgun_repeating01_grip2",
	"w_shotgun_repeating01_grip3",
	"w_shotgun_repeating01_sight1",
	"w_shotgun_repeating01_sight2",
	"w_shotgun_repeating01_wrap1",
	"w_shotgun_repeating01_wrap2",
	"w_shotgun_sawed01",
	"w_shotgun_sawed01_grip1",
	"w_shotgun_sawed01_grip2",
	"w_shotgun_sawed01_grip3",
	"w_shotgun_sawed01_sight1",
	"w_shotgun_sawed01_sight2",
	"w_shotgun_sawed01_stock1",
	"w_shotgun_sawed01_stock2",
	"w_shotgun_sawed01_stock3",
	"w_shotgun_sawed01_wrap1",
	"w_shotgun_sawed01_wrap2",
	"w_shotgun_sawed03_grip1",
	"w_shotgun_sawed03_sight1",
	"w_shotgun_sawed03_stock1",
	"w_shotgun_semiauto01",
	"w_shotgun_semiauto01_barrel1",
	"w_shotgun_semiauto01_barrel2",
	"w_shotgun_semiauto01_grip1",
	"w_shotgun_semiauto01_grip2",
	"w_shotgun_semiauto01_grip3",
	"w_shotgun_semiauto01_sight1",
	"w_shotgun_semiauto01_sight2",
	"w_shotgun_semiauto01_wrap1",
	"w_shotgun_semiauto01_wrap2",
	"w_leftshoulder_strap01",
	"w_sight_rear01",
	"w_sight_rear02",
	"w_sp_bowarrow",
	"w_sp_bowarrow_arrow",
	"w_sp_bowarrow_arrow_smallgame",
	"w_sp_bowarrow_charles",
	"w_sp_bowarrow_dynamite",
	"w_sp_bowarrow_fire",
	"w_stick_dynamite01",
	"w_throw_dynamite01",
	"w_throw_dynamite02",
	"w_throw_dynamite03",
	"w_throw_dynamite04",
	"w_throw_lantern01",
	"w_throw_molotov01",
	"w_throw_molotov02",
	"w_throw_poisonbottle01",
	"mp001_p_mp_pickup_barrel_gun01a",
	"mp001_p_mp_pickup_barrel_gun02a",
	"mp001_p_mp_pickup_barrel_logo10x",
	"mp001_p_mp_pickup_barrel_logo11x",
	"mp001_p_mp_pickup_barrel_logo12x",
	"mp001_p_mp_pickup_barrel_logo13x",
	"mp001_p_mp_pickup_barrel_logo14x",
	"mp001_p_mp_pickup_barrel_logo15x",
	"mp001_p_mp_pickup_barrel_logo16x",
	"mp001_p_mp_pickup_barrel_logo17x",
	"mp001_p_mp_pickup_barrel_logo18x",
	"mp001_p_mp_pickup_barrel_logo19x",
	"mp001_p_mp_pickup_barrel_logo1x",
	"mp001_p_mp_pickup_barrel_logo20x",
	"mp001_p_mp_pickup_barrel_logo2x",
	"mp001_p_mp_pickup_barrel_logo3x",
	"mp001_p_mp_pickup_barrel_logo4x",
	"mp001_p_mp_pickup_barrel_logo5x",
	"mp001_p_mp_pickup_barrel_logo6x",
	"mp001_p_mp_pickup_barrel_logo7x",
	"mp001_p_mp_pickup_barrel_logo8x",
	"mp001_p_mp_pickup_barrel_logo9x",
	"p_shotgun_doublebarrel01",
	"w_binocular_inner01",
	"w_binoculars01x",
	"w_binoculars02",
	"w_camerabox01x",
	"w_camera_inner01",
	"w_dis_pis_mauser01",
	"w_dis_pis_semiauto01",
	"w_dis_pistol_derringer01",
	"w_dis_pis_volcanic01",
	"w_dis_rep_carbine01_1",
	"w_dis_rep_henry01",
	"w_dis_rep_pumpaction01",
	"w_dis_rep_winchester01",
	"w_dis_rev_cattleman01_2",
	"w_dis_rev_doubleaction01",
	"w_dis_rev_lemat01",
	"w_dis_rev_schofield01",
	"w_dis_rif_blunderbuss01",
	"w_dis_rif_boltaction01",
	"w_dis_rif_buffalo01",
	"w_dis_rif_carcano01",
	"w_dis_rif_elephant01",
	"w_dis_rif_rollingblock01",
	"w_dis_rif_springfield01", 
	"w_dis_sho_pumpaction01",
	"w_dis_sho_repeating01",
	"w_dis_sho_sawed01",
	"w_dis_sho_semiauto01",
	"mp001_p_group_barrelshot01",
	"MP001_P_GROUP_BARRELSHOT02",
	"MP001_P_GROUP_BARRELSHOT03", 
	"mp001_p_mp_jump_barrellong01",
	"mp001_p_mp_jump_barrelshort01",
	"mp004_p_barreltriple01x",
	"mp004_p_barreltwin01x", 
	"s_re_dancersword01x", 
	"mp005_s_mp_lassoknot01x",
	"mp005_s_mp_lassoloop01x",
	"mp005_s_mp_lassorope01x",
	"p_cs_lasso_bountyhunter", 
	"p_cs_ropelasso01x",
	"p_machete01x",     
}

 

Example

---  
    


How do I use this resource?

** documentation coming soon **

Common Errors or Problems

Problem: sentence.

Problem: sentence.

Problem: sentence.

Was the documentation useful?

Related Examples and Posts