[Q] Checkpoint Color

Infam0s

Active member
Joined
Apr 2, 2016
Messages
66
Reaction score
0
I was playin' samp alot and I must to know,
The checkpoint color is a value in the game or a texture in the files ?
 

Schinko

Active member
Joined
Mar 5, 2013
Messages
187
Reaction score
1
There are plenty of mods for that (shape, color and size changeable with or without cleo), use google before you open a thread.
 
Joined
Feb 18, 2005
Messages
2,963
Reaction score
267
Code:
Racing Check Point
Start 0xC7F158
Size 0x38
Num 0x20

+0x00 Byte Type
+0x04 DWord Handle in SCM
+0x08 DWord Color (RGBA)
+0x10 Float X Pisition
+0x14 Float Y Pisition
+0x18 Float Z Pisition
+0x1C Float X Direction
+0x20 Float Y Direction
+0x24 Float Z Direction
+0x2C Float Size

from http://hotmist.ddo.jp/struct.html
 

Infam0s

Active member
Joined
Apr 2, 2016
Messages
66
Reaction score
0
springfield said:
Code:
Racing Check Point
Start 0xC7F158
Size 0x38
Num 0x20

+0x00 Byte Type
+0x04 DWord Handle in SCM
+0x08 DWord Color (RGBA)
+0x10 Float X Pisition
+0x14 Float Y Pisition
+0x18 Float Z Pisition
+0x1C Float X Direction
+0x20 Float Y Direction
+0x24 Float Z Direction
+0x2C Float Size

from http://hotmist.ddo.jp/struct.html

Thanks broh
 
Top