Results 1 to 1 of 1
  1. #1
    gogogokitty's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    1,090
    Reputation
    113
    Thanks
    3,503

    i have a dumb scripting question

    alright so im trying to set a variable to addAction(example ata = "addAction" and then remove it instead of using removeallactions.
    theres more to this since im doing it as a test but im stuck on this

    Code:
    ata = "addAction";
    start = {
    ata removeAction;
    player ata ["Open The Menu", main];
    };
     
    [] spawn {
    hint 'Menu loaded';
    sleep 0.1;
    call start;
    };
    
    main = {
    ata removeAction;
    player ata ["Firearms", firearms];
    player ata ["Close Menu", backtomenu];
    };
    Last edited by gogogokitty; 06-06-2015 at 12:19 AM.
    LEEEEEEROY JEEEEENKINS

Similar Threads

  1. [Question] just recently got server hacked have some of script that was executed
    By tdubs96 in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 1
    Last Post: 08-07-2012, 01:54 AM
  2. I HAVE A VERY IMPORTANT QUESTION!
    By *_BulletInYourHeard_* in forum Spammers Corner
    Replies: 0
    Last Post: 10-19-2010, 08:39 AM
  3. I'm sorry I'm not quite good at this and i have a model swap question.
    By Roxter in forum Combat Arms Mod Discussion
    Replies: 6
    Last Post: 04-30-2010, 09:01 PM
  4. ADMIN SCRIPT QUESTION ?
    By zuma0man in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 1
    Last Post: 02-25-2010, 06:01 PM
  5. Hey i have a Really good question
    By Andyklk2009 in forum Combat Arms Hacks & Cheats
    Replies: 17
    Last Post: 08-27-2008, 06:43 PM