Jump to content

Spawn System?


Recommended Posts

  • Replies 63
  • Created
  • Last Reply

Top Posters In This Topic

Is There Something Wrong With This?:

Old:

<class name="National Guard" friendlyfire="false" > 
            <info text="National Guard is not finished." /> 
            <color red="51" green="102" blue="0" /> 
            <skin name="Reserve" id="287" > 
                <spawnpoint x="213.24" y="1906.74" z="17" rot="269.57" /> 
            </skin> 
            <weapon id="46" ammo="1" /> 
            <weapon id="24" ammo="66" /> 
            <weapon id="31" ammo="133" /> 
            <camera> 
                <position x="354.72" y="2029.3" z="25.86" /> 
                <lookAt x="274.05" y="1958.57" z="12.0" /> 
            </camera> 
        </class> 

New:

<class name="National Guard" friendlyfire="false" > 
            <info text="National Guard is not finished." /> 
            <color red="51" green="102" blue="0" /> 
            <skin name="Reserve" id="287" > 
                <spawnpoint x="213.24" y="1906.74" z="17" rot="269.57" /> 
            <skin name="Specil Forces" id="287" > 
                <spawnpoint x="213.24" y="1906.74" z="17" rot="269.57" />    
            </skin> 
            <weapon id="46" ammo="1" /> 
            <weapon id="24" ammo="66" /> 
            <weapon id="31" ammo="133" /> 
            <> 
                <position x="354.72" y="2029.3" z="25.86" /> 
                <lookAt x="274.05" y="1958.57" z="12.0" /> 
            </> 
        </class> 

Link to comment

I Figerd What I Done Wrong:

On This One I Missed Look Witch Is Supposed To Be For Reserve Just Above Skin Name For Specil Forces :

<skin name="Reserve" id="287" > 
                <spawnpoint x="213.24" y="1906.74" z="17" rot="269.57" /> 
            <skin name="Specil Forces" id="287" > 
                <spawnpoint x="213.24" y="1906.74" z="17" rot="269.57" />    
            </skin> 

This One I Didn't:

<skin name="Reserve" id="287" > 
                <spawnpoint x="213.24" y="1906.74" z="17" rot="269.57" /> 
            </skin> 
                        <skin name="Specil Forces" id="287" > 
                <spawnpoint x="213.24" y="1906.74" z="17" rot="269.57" />    
            </skin> 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...