Jump to content

Photo

Is there anyway I can get a hold of you ZenLuls?


  • Please log in to reply
No replies to this topic

#1 xdc9 Posted 22 February 2017 - 08:42 PM

xdc9

    Soldier

  • Members
  • Pip
  • 1 posts

I have tried everywhere but it seems the only way to contact you is on here, I have a few questions about your library I hope you can help me.

 

Can you explain how I could read a float like such

 

public static float[] Angles;

Angles = Program._memory.Read<float[]>((IntPtr)Base + Offsets.Offsets.m_angEyeAngles, false);

 

This will return 

ArgumentException: Type 'System.Single[]' cannot be marshaled as an unmanaged structure; no meaningful size or offset can be computed.
 
However if I read it as a Vector3 it works fine.
 
Secondly could you explain how I can write data to a process?

  • Back to top
  • Report




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users