How to collect hitbox information?
Hello,
I am new to amx mod x but I have some programming experience with c, c# and java. I had trouble with collecting information about where the bullet hit my player and how much damage it gave to me and send it over the serial port. Can someone give me some examples or libraries? Thanks a lot! |
Re: How to collect hitbox information?
Here's how to get the info. You can also determine the type of damage (bullet, grenade, drown, fire, etc) using the DamageBits bitsum.
PHP Code:
|
Re: How to collect hitbox information?
Thank you for fast and good reply it helped a lot but can I send that info to my c# or java program that will send that information to COM port.
Can I link programs using sql server or is there some better solution for this problem? Thank you again, Uros. |
Re: How to collect hitbox information?
Quote:
Beyond that, you need to explain the "problem" so that we can give you an better answer. |
Re: How to collect hitbox information?
Quote:
Regards, Uros. |
Re: How to collect hitbox information?
I found the solution.
You can use sockets to send info to c# TCPClient and convert it to string and then send specific commands to the microcontroller over serial communication port. Thank you Bugsy and fysiks for helping me.:) |
| All times are GMT -4. The time now is 17:53. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.