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();
}



Reply With Quote
