Hey there, here's my issue. I'm having some issues using makescreenshot2(). I'm attempting to create a screenshot of a selected size made by the player dragging their mouse in the level. I've got the selecting thing finished, but the makescreenshot2 function isn't behaving as I'd like it to!
Here's the code I'm using.
PHP Code:
//#CLIENTSIDE
function onMouseDown() {
this.opx = int(mousex);
this.opy = int(mousey);
}