[Request] Enable playername ingame

Results 1 to 5 of 5
  1. #1
    Enthusiast earthsot is offline
    MemberRank
    Oct 2014 Join Date
    36Posts

    [Request] Enable playername ingame

    Anyone know.
    I think my src doesnt have a code.
    Thank you

    I already set the vehicle spawn in the Studio, but the vehicles didnt spawn.
    Last edited by GigaToni; 02-06-15 at 06:08 PM.


  2. #2
    Custom Title Enabled GigaToni is offline
    MemberRank
    Aug 2009 Join Date
    GER / FRLocation
    2,329Posts

    Re: [Request]Anyone know how to enable dev function that dev can see Playername in ga

    Build in debug (or release I think) instead of FINAL.

  3. #3
    Apprentice KiweeeX is offline
    MemberRank
    May 2015 Join Date
    5Posts

    Re: [HELP] How to add vehicle to sql

    Add this to your ItemDB.Xml
    Code:
    <VehicleArmory>
            <Item itemID="101412" category="55" Weight="1000">
                <Store name="Buggy" icon="$Data/Weapons/StoreIcons/Drivable_Buggy_02.dds" desc="" />
                <Property durability="2500" armor="50" torque="813.49" omega="837.76" fuel="3000" fname="Drivable_Buggy_02" />
            </Item>
            <Item itemID="101413" category="55" Weight="2500000">
                <Store name="Stryker" icon="$Data/Weapons/StoreIcons/Drivable_Stryker.dds" desc="" />
                <Property durability="6000" armor="70" torque="1626.98" omega="837.76" fuel="4000" fname="Drivable_Stryker" />
            </Item>
            <Item itemID="101414" category="55" Weight="2500000">
                <Store name="Zombie Killer Car" icon="$Data/Weapons/StoreIcons/zombie_killer_car.dds" desc="" />
                <Property durability="3000" armor="55" torque="400" omega="837.76" fuel="3000" fname="zombie_killer_car" />
            </Item>
        </VehicleArmory>

  4. #4
    Enthusiast earthsot is offline
    MemberRank
    Oct 2014 Join Date
    36Posts

    Re: [HELP] How to add vehicle to sql

    Quote Originally Posted by KiweeeX View Post
    Add this to your ItemDB.Xml
    Code:
    <VehicleArmory>
            <Item itemID="101412" category="55" Weight="1000">
                <Store name="Buggy" icon="$Data/Weapons/StoreIcons/Drivable_Buggy_02.dds" desc="" />
                <Property durability="2500" armor="50" torque="813.49" omega="837.76" fuel="3000" fname="Drivable_Buggy_02" />
            </Item>
            <Item itemID="101413" category="55" Weight="2500000">
                <Store name="Stryker" icon="$Data/Weapons/StoreIcons/Drivable_Stryker.dds" desc="" />
                <Property durability="6000" armor="70" torque="1626.98" omega="837.76" fuel="4000" fname="Drivable_Stryker" />
            </Item>
            <Item itemID="101414" category="55" Weight="2500000">
                <Store name="Zombie Killer Car" icon="$Data/Weapons/StoreIcons/zombie_killer_car.dds" desc="" />
                <Property durability="3000" armor="55" torque="400" omega="837.76" fuel="3000" fname="zombie_killer_car" />
            </Item>
        </VehicleArmory>
    Thank for reply me
    I already have all of these in my itemdb.xml, but I want to know how to add it to the sql

  5. #5
    Apprentice KiweeeX is offline
    MemberRank
    May 2015 Join Date
    5Posts

    Re: [Request] Enable playername ingame

    modify your database to take this arguments



Advertisement