Jump to content

Pretz

Member
  • Posts

    2
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Pretz reacted to sercanatici in Infistar Vehicles,Trader Vehicles not Spawning   
    After a lot of looking around to find out the FIX, and i finally find out a way to fix it.
    Its the infistar issue. i changed the Ah.sql file
            'PVDZE_veh_Publish2' addPublicVariableEventHandler
            {
                _array = (_this select 1);
                _worldspace = _array select 0;
                _class = _array select 1;
                _activatingPlayer = _array select 5;
                _pos = _worldspace select 1;
                _txt = getText (configFile >> 'CfgVehicles' >> _class >> 'displayName');
                if(isNull _activatingPlayer || {!isPlayer _activatingPlayer})exitWith {
                    _log = format['Vehicle spawned without valid player %1 (%2) | Position: %3',_class,_txt,_pos];
                    diag_log ('infiSTAR.de Log: '+_log);
                };
    'PVDZE_veh_Publish2' addPublicVariableEventHandler { _array = (_this select 1); _worldspace = _array select 1; _class = _array select 2; _activatingPlayer = _array select 5; _pos = _worldspace select 1; _txt = getText (configFile >> 'CfgVehicles' >> _class >> 'displayName'); if(isNull _activatingPlayer || {!isPlayer _activatingPlayer})exitWith { _log = format['Vehicle spawned without valid player %1 (%2) | Position: %3',_class,_txt,_pos]; diag_log ('infiSTAR.de Log: '+_log); };
  2. Like
    Pretz reacted to sercanatici in Infistar Vehicles,Trader Vehicles not Spawning   
    Hey Guys,
    Iam running Juans server pack, and i am having almost the same problem. i can spawn vehicles through the infistar, but when i go to the trader it wont let me spawn it. It does the animation, and you get the key. The red arrow shows up but no vehicle spawns. This is the error iam getting from it.
    23:30:50 "EPOCH SERVERTRADE: Player: Punisher (76561198020415154) bought a HMMWV_M1035_DES_EP1 in/at trader city Stary for 40000x Coins"
    23:30:50 Error in expression < _array select 5;
                _pos = _worldspace select 1;
                _txt = getText (configFile >
    23:30:50   Error position: <select 1;
                _txt = getText (configFile >
    23:30:50   Error select: Type Object, expected Array,Config entry
    I have talked to Juan and he couldnt help me.
    Hope anyone could help me, thanks anyway..
×
×
  • Create New...