20.05.2014, 15:21
The only function I need is:
CreateImage(link,x,y, sizex, sizey);
it will create an image in the game.
example:
CreateImage("http://www.something.com/something.jpg",100.0,100.0,50.0,50.0);
CreateImage(link,x,y, sizex, sizey);
it will create an image in the game.
example:
CreateImage("http://www.something.com/something.jpg",100.0,100.0,50.0,50.0);