Jump to content

RORG

Member
  • Posts

    2
  • Joined

  • Last visited

Posts posted by RORG

  1. Hey Guys,

    this script is very awesome but i have one problem!

    i change the position of the trader... the trader is there but nothing more...

    How can i change the position of the items and how can i change the position of the vehicle spawn?

     

    Map : Tanoa

     

    this is my init code:

    //if _staticCoords are set here, there will be a trader at that exact position and direction,
    //_blacklistedAreas is where random blackmarkets cannot spawn
    switch(toLower worldName)do{
        case "tanoa":{
            _staticCoords = [
    /*
                [traderposition,direction,createmarker,props[classname,position,direction]]
                //"full" array
                [[0,0,0],0,true,[["classname1",[1,1,1],1],["classname2",[2,2,2],2]]]
                //minimal array
                [[0,0,0],0]
    */
                [[12133.8,12994,0],0.00143909,true], //trader airport
                [[13319,14523.9,0],143.067,false], //trader by stavros
                [[6193.02,16828.7,0],1.52142,false] //trader by kore
            ];
            _blacklistedAreas = [
                                /*[position,area]*/
                [[18451.9, 14278.1, 0],500],
                [[13326.5, 14515.2, 0],500],
                [[6192.46, 16834, 0],500]
            ];
            //distance to search for trader positions
            _spawnarea = 12500;
        };

    20161021184207_1.jpg

  2. On 9.8.2015 at 5:24 AM, ZENITHOVMAN said:

    Looks really cool. Very unique, but getting an RscTitles conflict as I also use StatusBars as well.

    Working through it! 

    Thank you once again for your time and efforts.  ;)

     

    Stench

    How do u fix the problem?

    i have the same i think! ^^

     

    This is my description.ext:

    //Status Bar
        class RscTitles
        {
        
        #include "addons\Status_Bar\statusBar.hpp"
        
        #include "scarCODE\SL\main_SL.hpp"
        
        };
        
    class cfgFunctions
    {
        class scarCODE
        {
            tag = "SC";
            class serverLogo
            {
                file = "scarCODE\SL\functions_SL";
                class showWatermark { postInit = 1; };
            };
        };
    };

    20161021114325_1.jpg

×
×
  • Create New...