1. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

CBitStream

Discussion in 'Modding Help' started by nkChehov, May 15, 2013.

  1. nkChehov

    nkChehov Ballista Bolt Thrower
    1. PumpkinStars - [Pk#] - Inactive

    Messages:
    172
    Maybe I dont understand something :huh?:
     
  2. SnIcKeRs

    SnIcKeRs Bison Rider

    Messages:
    148
    show full code where you found using CBitStream
     
  3. nkChehov

    nkChehov Ballista Bolt Thrower
    1. PumpkinStars - [Pk#] - Inactive

    Messages:
    172
    Im respawn -> dead -> click button "pick spawn" -> respawn
    1.png
     
  4. SnIcKeRs

    SnIcKeRs Bison Rider

    Messages:
    148
    As I understand "u" means unsigned int, number 8 or 16 - max size(lenght) in bits(bytes?).

    But am not sure fully.
    </br>--- merged: May 16, 2013 11:58 AM ---</br>
    "s" means signed int
     
  5. nkChehov

    nkChehov Ballista Bolt Thrower
    1. PumpkinStars - [Pk#] - Inactive

    Messages:
    172
    u8 == unsigned int8;
    int8 means, that this variable use 8 bits (or 1 byte)
    s8 == signed int8;
    </br>--- merged: May 18, 2013 6:44 AM ---</br>
    Well, I get the error that I have, but its hard to explain fast, so if someone will have problem with CBitStream, just call me here