Jump to content

Kasztura

Member
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Kasztura

  1. donator_list changed on donor_list in StartingLoadout.sqf. Nothing has changed. Or is it a problem in position in classs  sensors   .  position  [] = {23600.3,0.23,18000.1}; This posytion is at Altis so I think. And what the position is on Chernarus?

     

    I trying this: 1024.85,2023.52,0.224995 but it doesn't work then I hanged in onPlayerRespawn.sqf

    if((player distance cloneroomsafezone) < 25) then
    

    to that

    if((player distance [1024.85,2023.52,0.224995]) < 25) then 
    

    and it works

  2. Script don't workfor me since time i instaled it, then today It worked once. When i detonate the charge i get kicked by BattleEye

    Logic 3:114 Shot -1
    

    I added exeption to attachto.txt. Unfortuneately script don't work again.

     

    This is my onplayerrespawn.sqf

    if (!isDedicated and hasInterface) then 
    {
    	uiSleep 5;
    	// Activate ExplosivesToDoors
    	[] execVM "addons\EtV\EtV.sqf";
    	systemchat("Attach Explosives activated...");
    	
    	
    	waitUntil {alive vehicle player};	
    	waitUntil {typeOF player != "VirtualMan_EPOCH"};			
    	
    	// Activate AutoLockPicker
    	[] execVM "custom\AutoLockPicker.sqf";	
    	systemchat("AutoLockPicker activated...");
    	
    };
    
×
×
  • Create New...