Results 1 to 2 of 2
  1. #1
    nova147's Avatar
    Join Date
    Aug 2017
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    4
    My Mood
    Amused

    External skin-changer's skin name and glow in HUD does not show up instantly

    Hello mpgh csgo community,
    My external skin-changer's skin name and glow in HUD does not show up instantly, skin-name and glow works after 1st round. Skin name also applies to HUD if the weapon is dropped and re-picked.

    When player's weapon is dropped and re-picked HUD weapon icon blinks and skin-names are applied. Is there any way to make this happen (blink and skin-name update) programatically ?

  2. #2
    Sandwich's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Posts
    1,512
    Reputation
    98
    Thanks
    23,177
    My Mood
    Psychedelic
    You can force update, replace current paint check with current weapon name. This is how I am doing it in my external and it works every time.
    Code:
    currentPaintKit = mem.ReadMemory<DWORD>(currentWeaponID + offsets.m_nFallbackPaintKit);
    fallbackPaint = setPaintKit(weaponID);
    if (Player.currentWeaponEntity == weaponID && fallbackPaint != curPaint)
        toggle.ForceUpdate = true;
    Code:
    if(toggle.ForceUpdate)
       mem.WriteMemory<int>(var.clientState + offsets.clientstate_delta_ticks, -1);
    Last edited by Sandwich; 01-14-2019 at 02:07 PM.

Similar Threads

  1. glow ESP Too far away does not show.
    By qhtbvv in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 15
    Last Post: 08-22-2019, 12:31 PM
  2. [Help Request] Trap, Tome, and Possibly Other Abilities' Animations Not Showing in CrazyClient?
    By AXISmiley in forum Realm of the Mad God Help & Requests
    Replies: 1
    Last Post: 01-25-2018, 01:35 PM
  3. [Help Request] SET SKIN DOES NOT SHOW AND TURNS SMALL
    By Animehime in forum Realm of the Mad God Private Servers Help
    Replies: 3
    Last Post: 06-14-2016, 01:36 PM
  4. [Help Request] Skin Does not Show up in Dresser
    By Animehime in forum Realm of the Mad God Private Servers Help
    Replies: 2
    Last Post: 06-14-2016, 11:59 AM
  5. [Help Request] i made my own skin for gun, but it does not show up
    By iDennis in forum Combat Arms EU Mods & Rez Modding Help
    Replies: 4
    Last Post: 03-15-2012, 09:46 AM

Tags for this Thread