GTA: Modification Area
Would you like to react to this message? Create an account in a few clicks or log in to continue.
GTA: Modification Area

A website for the GTA modding scene

Search
 
 

Display results as :
 


Rechercher Advanced Search

Latest topics
» Big-game starts raising Schneider's profile
Hexidecimal Info EmptySun Mar 04, 2012 2:28 am by lavivi

» [Help] cleo created lighting
Hexidecimal Info EmptyThu Oct 14, 2010 1:03 am by findmy012

» Mission Question
Hexidecimal Info EmptyThu Oct 14, 2010 1:02 am by findmy012

» [IV] Spoiler Script
Hexidecimal Info EmptyThu Oct 14, 2010 1:02 am by findmy012

» Mission mod [help]
Hexidecimal Info EmptySat Sep 18, 2010 5:50 pm by jayd00

» Bc7 Mod Help
Hexidecimal Info EmptyFri Aug 20, 2010 11:19 am by pengpeng

» Found a bug
Hexidecimal Info EmptyFri Dec 18, 2009 4:22 am by _CJ360_

» [IV] Novitec Rosso 599 GTB
Hexidecimal Info EmptyTue Nov 17, 2009 4:22 pm by Kotton

» Hello/Guidance Request
Hexidecimal Info EmptyMon Oct 12, 2009 6:45 am by Adler

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Affiliates
image

Image

Image

Image

Image

Image

Image

Image

Image

Image

image

Image

steve-m.com

Image


----- Русский -----

Если ваш сайт содержит большую коллекцию SCM/CLEO-скриптов (больше 16), напишите на мой e-mail, и я добавлю его в список. Приветствуются скрипты, которые не встречаются на других сайтах ... Спасибо. ))))


----- English -----

If your website has a big enough collection of SCM/CLEO scripts (more than 16) notify me by e-mail
, and I will add it to the list. The unique scripts are preferable ... Thank you. ))))
Log in

I forgot my password



March 2024
MonTueWedThuFriSatSun
    123
45678910
11121314151617
18192021222324
25262728293031

Calendar Calendar


You are not connected. Please login or register

Hexidecimal Info

Go down  Message [Page 1 of 1]

1Hexidecimal Info Empty Hexidecimal Info Sat Aug 22, 2009 10:13 pm

Deji



This is to be used with this function:

Code:
HEX

END

The hex goes inbetween the HEX and END.



I don't fully understand HEX yet, but I'm learning. I just thought I'd share what I know so far Smile


Counting to 50 in HEX:

Code:
01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32


Note that that is for decimal only. The text version of numbers is as follows:

Code:
31 20 32 20 33 20 34 20 35 20 36 20 37 20 38 20 39 20 31 30 20 31 31 20 31 32 20 31 33 20 31 34 20 31 35 20 31 36 20 31 37 20 31 38 20 31 39 20 32 30 20 32 31 20 32 32 20 32 33 20 32 34 20 32 35 20 32 36 20 32 37 20 32 38 20 32 39 20 33 30 20 33 31 20 33 32 20 33 33 20 33 34 20 33 35 20 33 36 20 33 37 20 33 38 20 33 39 20 34 30 20 34 31 20 34 32 20 34 33 20 34 34 20 34 35 20 34 36 20 34 37 20 34 38 20 34 39 20 35 30


Alphabet in HEX:

Code:
41 42 43 44 45 46 47 48 49 4A 4B 4C 4D 4E 4F 50 51 52 53 54 55 56 57 58 59 5A

A-Z. Each 2 hex characters = 1 letter.


Explanations:

Hexidecimal characters go from 0-F.

Code:
0 1 2 3 4 5 6 7 8 9 A B C D E F

But note that the letters are actually numbers, in theory:

A = 10
B = 11
C = 12
D = 13
E = 14
F = 15

Thus meaning the Hex system has more numbers than the decimal system.

That's all I know at the moment, but I'll post more info as it comes to me. And I'm sure others will do the same.

http://gtag.gtagaming.com

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum