Quote:
Originally Posted by fowlplay4
Well since you're using GS1 here's an example of how to place things on the screen.
PHP Code:
//#CLIENTSIDE
if (created) {
showimg 200,gui_image.png,screenwidth - 100,20;
// Changing it's vis / layer to 4 places it on the same layer as screen.
changeimgvis 200,4;
}
|
thanks, i looked into that and have no clue how that works, but it does show the image in the correct place...
i did fix the script to work with computers using 800 by 600 pixels (i think that's the default) it's attached to this post, so anyone who has that screen resolution download this level and replace the one in the folder with it. it should fix the problem.