A
Anon 21556
Guest
I don't know if someone before me wanted to do thing such I want to do but...
Is there any way to get info from SA:MP server into my Visual Basic 6 application like Name and/or ID of the nearest player, his health, armor, his X,Y,Z position, rotation, ID of his car, but priority to me is to find nearest player's ID.
I was thinking about s0beit because I seen that it has all those in-built, just I want to know how to get all those informations to my VB6 app.
etc. I need to pull out a player that has a wanted level (difference between normal player and player with wanted level is color, normal player color is white and player with wanted level is red) from a vehicle with some command etc /getout [ID], and can do it only if player is etc 5 feet in range of my position.
Another situation is when in vehicle there are 2 or more players, then I need to get out driver first.
So, I want it to return the ID to my app, so my app generates string '/getout ID' to clipboard.
The reason why I use VB6 is that VB6 is the simpliest for me, but if I could I would intergrate that 'option' into s0beit's menu with some hotkey or something like that.
Is there any way to get info from SA:MP server into my Visual Basic 6 application like Name and/or ID of the nearest player, his health, armor, his X,Y,Z position, rotation, ID of his car, but priority to me is to find nearest player's ID.
I was thinking about s0beit because I seen that it has all those in-built, just I want to know how to get all those informations to my VB6 app.
etc. I need to pull out a player that has a wanted level (difference between normal player and player with wanted level is color, normal player color is white and player with wanted level is red) from a vehicle with some command etc /getout [ID], and can do it only if player is etc 5 feet in range of my position.
Another situation is when in vehicle there are 2 or more players, then I need to get out driver first.
So, I want it to return the ID to my app, so my app generates string '/getout ID' to clipboard.
The reason why I use VB6 is that VB6 is the simpliest for me, but if I could I would intergrate that 'option' into s0beit's menu with some hotkey or something like that.