- 7
- 0
hey i'd like to ask some help please... i want to be able to see where other players are aiming / looking at.. by using the get aim data sync... idk how to .. i tried to but didnt work..
0BBE: samp store_player $PLAYER_CHAR aim_data 1@ // Aimdata
0AC8: 1@ = 31 // allocate mem the size of stAimData , i tested 32 already.. didnt work too
0C0C: 2@ = struct 1@ offset 13 size 4
0C0C: 3@ = struct 1@ offset 17 size 4
0C0C: 4@ = struct 1@ offset 21 size 4
its suppose to get 2 3 4 as coords.. i tested it didnt work...
i just want to draw lines on players aiming directions.. please help thanks
0BBE: samp store_player $PLAYER_CHAR aim_data 1@ // Aimdata
0AC8: 1@ = 31 // allocate mem the size of stAimData , i tested 32 already.. didnt work too
0C0C: 2@ = struct 1@ offset 13 size 4
0C0C: 3@ = struct 1@ offset 17 size 4
0C0C: 4@ = struct 1@ offset 21 size 4
its suppose to get 2 3 4 as coords.. i tested it didnt work...
i just want to draw lines on players aiming directions.. please help thanks