Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Only a dev would know. I'm guessing some DirectX hooking.
Posts: 209
Threads: 2
Joined: Oct 2011
Reputation:
0
with DirectX library,you can find examples about dx hooking in some old single player 'cheats'(skeleton GTA SA TOOL as example)
Also,mta SourceCode can help you to understand how it works.
I'm sure Kalcor will not respond to your request,he's too busy,as everytime.
Posts: 1,739
Threads: 53
Joined: Oct 2010
Reputation:
0
This is what the function does:
SendClientMessage tells the internal SA-MP code to draw a new line of text with DirectX Hooking, then it moves all of the existing text up one line, so it looks like a new line was added. When this happens, the line closest to the top gets deleted and inserted into the box history.
Pretty sure that's how its done. I have some experience with DirectX.