View Single Post
  #1  
Old 05-11-2008, 12:48 PM
Robin Robin is offline
The secret of NIMH
Robin's Avatar
Join Date: Apr 2005
Location: Wales, UK
Posts: 515
Robin will become famous soon enough
Send a message via AIM to Robin
Polygon and Image rotation bugs

At the moment, images rotate around the center axis (x+width/2, y+height/2), but if you try to rotate a polygon, it rotates around the top-left axis, (x,y)
- Dusty has pointed out that Stefan may be aware of this bug

Also rotation of showimg/poly on a gmap is not being correctly transmitted, e.g. I do something like this in a weapon script:

PHP Code:
with(findimg(1)) {
  
image "block.png";
  
rotation pi/2//45 degrees

The image will show for everyone in the level but only to my client will it show with rotation.

Please fix
__________________


Last edited by Robin; 05-11-2008 at 03:45 PM..
Reply With Quote