i have this snippet
i want to learn, how can i find defines of these offsets?
Code:
:SendUnOccupiedVehicleSync
7@ = SAMP.GetSAMPVehicleIDByCarHandle(0@)
Car.PutAt(0@, 1@, 2@, 3@)
alloc 4@ 67
0C0D: struct 4@ offset 0 size 2 = 7@ /////??????
0C0D: struct 4@ offset 2 size 1 = 1 /////??????
0C0D: struct 4@ offset 3 size 4 = -1.0 /////??????
0C0D: struct 4@ offset 7 size 4 = -0.01 /////??????
0C0D: struct 4@ offset 11 size 4 = 0.05 /////??????
0C0D: struct 4@ offset 15 size 4 = 0.09 /////??????
0C0D: struct 4@ offset 19 size 4 = -1.0 /////??????
0C0D: struct 4@ offset 23 size 4 = 0.02 /////??????
0C0D: struct 4@ offset 27 size 4 = 1@ /////x position
0C0D: struct 4@ offset 31 size 4 = 2@ /////y position
0C0D: struct 4@ offset 35 size 4 = 3@ /////z position
0C0D: struct 4@ offset 39 size 4 = 0.0 /////??????
0C0D: struct 4@ offset 43 size 4 = 0.0 /////??????
0C0D: struct 4@ offset 47 size 4 = 400.0 /////??????
0C0D: struct 4@ offset 51 size 4 = 0.0 /////??????
0C0D: struct 4@ offset 55 size 4 = 0.0 /////??????
0C0D: struct 4@ offset 59 size 4 = 0.0 /////??????
0C0D: struct 4@ offset 63 size 4 = 1000.0 // i guess this is health
5@ = RakNet.NewBitStream()
BitStream.Write(5@, 209, BS_TYPE_BYTE, 1)
BitStream.Write(5@, 4@, BS_TYPE_ARRAY, 67)
RakNet.LiteSend(5@)
RakNet.DeleteBitStream(5@)
free 4@
ret 0
i want to learn, how can i find defines of these offsets?