Jump to content

Fritz Le

Pre Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About Fritz Le

  • Rank
    Newbie
  1. Fritz Le

    AI Spawn Script Pack

    Hi, I put this in my config_aissp.hpp: class ISC_SAA_0 { side = 2; //0 = CIV, 1 = BLU, 2 = OPF, 3 = IND men[] = {"isc_saa_officer_o","isc_saa_grenadier_o","isc_saa_rifleman_o","isc_saa_machinegunner_o","isc_saa_sniper_o","isc_saa_at_o","isc_saa_at_o","isc_saa_sapper_o","isc_saa_medic_o"}; cars[] = {"isc_saa_brdm2_o","isc_saa_gaz66_o","isc_saa_ural_o"}; tanks[] = {"isc_saa_T72ba_o","isc_saa_zsu23_o","isc_saa_BMP1_o","isc_saa_BMP2_o","isc_saa_BTR60PB_o","isc_saa_BTR80_o","isc_saa_BTR80a_o"}; }; And this in the on activation of my trigger: nul = [Dehiba_Spawn,2,true,2,[40,50],500,[0.3,0.5,0.5,0.5,0.5,0.5,1,1,0.8,0.5],nil,nil,1,ISC_SAA_0] execVM "LV\fillHouse.sqf"; Now when I use ["All"] it works perfectly, if I use my added class in various formats, ISC_SAA_0, "ISC_SAA_0", ["ISC_SAA_0"], but I always get error messages and nothing spawns. Any Idea why?
  2. Looks amazing! Would love to play it!
×