Jump to content

Zupa

Collaborator
  • Posts

    1887
  • Joined

  • Last visited

  • Days Won

    21

Zupa last won the day on April 3 2020

Zupa had the most liked content!

About Zupa

  • Birthday 06/25/1991

Profile Information

  • Gender
    Male
  • Location
    Belgium
  • Interests
    IT Consultant
    Mobile, Web and Application Developer

Contact Methods

  • Skype
    xertie

Recent Profile Visitors

17028 profile views

Zupa's Achievements

Newbie

Newbie (1/14)

788

Reputation

Single Status Update

See all updates by Zupa

  1. OSMOX

    just wondering if it was possable to add to this '

    //EASTERN AK-47 S 
    class Category_101 {
    class AK_47_S {type = "trade_weapons";buy[] = {5600,"Coins"};sell[] = {1000,"Coins"};};
    class 30Rnd_762x39_AK47 {type = "trade_items";buy[] = {300,"Coins"};sell[] = {10,"Coins"};};
    };

        //bank ai code
        _cash = round(random 10) * 200;
        _unit setVariable["CashMoney",_cash ,true];

     

    add random price  on the buy[] = {5600,"Coins"} and add random cost up %

    1. Zupa

      Zupa

      YOu cant do that in the configs. You would need to do that in the actual code.

×
×
  • Create New...