View Single Post
  #1183  
Old 08-15-2011, 03:40 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
After taking a screen-shot you can't resize the window.

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
takeScreenshot();
}

function 
takeScreenshot() {
  
temp.filename int(random(1000000,9999999)) @ ".png";
  
temp.center = {
    
player.- (screenwidth 32),
    
player.- (screenheight 32)
  };
  
makescreenshot2(temp.filename0x3ftemp.center[0],temp.center[1],player.z,screenwidth,screenheight); 

__________________
Quote:
Reply With Quote