Results 1 to 1 of 1
  1. #1
    Not Officer's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Posts
    3,653
    Reputation
    836
    Thanks
    152,064
    My Mood
    Amused

    Question Chicken Glow is flickering

    Hi, as the title says, my chicken glow is flickering and i dont know why.
    Here is an example of how it looks like: https://streamable.com/s/z0q5q/hwkxwa

    Im using the same "method" to glow the chickens like anything else (weapons, players, c4, etc) and they dont flicker at all.
    Is there something i have to consider?

    Here is a little code preview (simplified)
    Code:
    if (classID == 31) // (Chicken)
    {
    	Memory.WriteMemory<float>(gObject + (i * 0x38) + 0x4, 1f);
    	Memory.WriteMemory<float>(gObject + (i * 0x38) + 0x8, 1f);
    	Memory.WriteMemory<float>(gObject + (i * 0x38) + 0xC, 1f);
    	Memory.WriteMemory<float>(gObject + (i * 0x38) + 0x10, 1f);
    	Memory.WriteMemory<bool>(gObject + (i * 0x38) + 0x24, true);
    }
    Of course this gets looped.

    I hope you know a solution, thanks.
    Last edited by T-800; 11-30-2017 at 07:30 AM.









Similar Threads

  1. [Help] Chicken Glow is flickering
    By Not Officer in forum Counter-Strike 2 Coding & Resources
    Replies: 2
    Last Post: 11-04-2017, 09:19 AM
  2. WHO LIKES CHICKEN????????
    By minho in forum Debate Fort
    Replies: 27
    Last Post: 12-21-2008, 12:09 PM
  3. Selling level 45 with Rubber Chicken and Yo-yo
    By Oneirish in forum Trade Accounts/Keys/Items
    Replies: 8
    Last Post: 04-20-2008, 08:16 PM
  4. Selling Level 36ish with rubber chicken and yo-yo
    By Oneirish in forum Trade Accounts/Keys/Items
    Replies: 4
    Last Post: 04-13-2008, 10:22 AM
  5. Robot Chicken
    By arunforce in forum General
    Replies: 2
    Last Post: 11-01-2007, 08:08 PM