Quote:
Originally posted by Sennema
I got it to work, but how do you get it to work with screenheight and screenwidth... I can't figure that one out...
|
if(playerenters){
showimg 201,@Sillytexthere,screenwidth/2-100,screenheight/2;
changeimgvis 201,4;
}
SO the text would be nearly in the middle of the screen (I just subtracted 100 PIxel from screenwidth/2 because that should be nearly the size of my test-text I think

)