Question - AHK - Memory - Functions

RivathaX

New member
Joined
Aug 13, 2021
Messages
2
Reaction score
0
Location
Germany
Good evening,

I would very much like to add some functionality using Autohotkey, such as is available from SAMP UDFex.

Currently I am looking for the memory or a function to read "PedSlotsUsed" (F5).
Is it possible to display the sprint load bar, if so how?
Does anyone have a good running script?
Is there a way to include markers on the minimap. I would like to show several markers in different colors on the minimap at the same time.

I've seen this done by others, but unfortunately most don't share anything or help.
Have used the search function and also tested a lot myself before I even created the topic.

Thank you and many greetings
 

ajom

Well-known member
Joined
Apr 14, 2020
Messages
389
Solutions
2
Reaction score
268
Location
Pluto
Currently I am looking for the memory or a function to read "PedSlotsUsed" (F5).
pCurrentPedSlotUsed


Is it possible to display the sprint load bar, if so how?
Digital-Information Cleo have this kind of feature. Plus many more HUD overlays.


Does anyone have a good running script?
Run.cs


Is there a way to include markers on the minimap. I would like to show several markers in different colors on the minimap at the same time.
What kind of marker? Is it the Player marker or something else?
 
Top