Hello community.
I have created a login panel that uses the database of an IPB4 forum, but I have to know how I could hash the users password as the forum does so that I can compare the two passwords. How could I do it in lua?
Thanks in advance!
Hey Community,
My conception is that I want to move a random created object with the cursor along an axis. I could create the axises with the function dxDrawLine3D and I made 3 rectangles on the end of the axis with dxDrawRectangle with help of getScreenFromWorldPosition(). A picture of it:
My problem is that I can't find out the calculation which I could the object move with.
Thanks for all the help!
Hello,
I want to create a fishing system but I have to know, how can I calculate the position of the cursor when the player clicks on the water and how can I get if he clicks on the water or just on the ground, because at this point I want to create an object at the top of the water.
Thanks in advance! ?