TextDraw Help
#1

I am trying to make a draggable TextDraw but I have no idea how to get the cursor's position. I also don't know anything about the math used to get this done. So it would be great if you can give me a script that I can look at and figure out how it works.
Reply
#2

iTD script have something like this, check it.
Reply
#3

Well I only have the .amx so...I can't use that.
Reply
#4

I just checked iTD script and all I could find is this
Код:
native GetVirtualKeyState(key);
native GetScreenSize(&Width, &Height);
native GetMousePos(&X, &Y);
But I can't find where are they implemented...I also think that GetVirtualKeyState(key); returns keys like A,Z,E,R....I thought that was not possible in PAWN?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)