Results 11 to 20 of 20

Thread: COD2 camper script

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Private
    Join Date
    Apr 2021
    Posts
    16
    Thanks
    13
    Thanked 5 Times in 5 Posts
    Thank you so much. I completed everything. Finally..
    Where and how do I add this script so that flag bearers are not affected by the camp.


    PHP Code:
    attachFlag()
    {
        if(
    isdefined(self.flagAttached))
            return;

        if(
    self.pers["team"] == "allies")
            
    flagModel "xmodel/prop_flag_" game["axis"] + "_carry";
        else
            
    flagModel "xmodel/prop_flag_" game["allies"] + "_carry";
        
        
    self attach(flagModel"J_Spine4"true);
        
    self.flagAttached true;
        
        
    self thread createHudIcon();


  2. The Following User Says Thank You to girdap For This Useful Post:

    kung foo man (24th June 2021)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •