Results 1 to 4 of 4
  1. #1
    dllbase's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    IN YOUR %#$
    Posts
    117
    Reputation
    10
    Thanks
    19
    My Mood
    Cool

    [HELP]Problem with the hacks

    Hello I am using this source: https://www.mpgh.net/forum/207-combat...mbat-arms.html


    , I added nx chams in the fog, pickup, but the functions are "flashing", for example, the Callback is "flashing" is not fully activated .... WHAT could it be?

    Note: I am using the google translator

  2. #2
    justiniscool5's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    idk
    Posts
    884
    Reputation
    -12
    Thanks
    182
    My Mood
    Bitchy
    use another base bro LoL

  3. #3
    Alessandro10's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    MPGH.NET
    Posts
    6,140
    Reputation
    215
    Thanks
    4,607
    My Mood
    Busy
    This alternating, because you're using this method.

    Code:
    if(ChamsSatelite && !x1) {
    	Console("SkelModelStencil 1");
    	x1 = 1;
    } else if(x1) {
    	Console("SkelModelStencil 0");
    	x1 = 0;
    }
    Dont C&P, create your Method......

  4. #4
    dllbase's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    IN YOUR %#$
    Posts
    117
    Reputation
    10
    Thanks
    19
    My Mood
    Cool
    If you can't help me , please be quiet.