View Single Post
  #14  
Old 02-12-2010, 02:07 PM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
Quote:
Originally Posted by scriptless View Post
Must say, very impressed. Tho size doesn't show for other players, so I came up with this. Maybe you could impliment something to show size properly in your next rescript?

PHP Code:
 triggerserver"gui"this.name"getsize" ); 
  for( 
temp.pl allplayers ) { 
    
triggerserver"gui"this.name"getsize"pl.communityname ); 
  } 
Would love to see some updates/addons to this
You have suggested that the weapon should trigger the server every 0.05 seconds for the size of allplayers clientside... Imagine Zodiac with 100 people on the server. You would be triggering the server 1 + 100 + amount of people on your buddy list every 0.05 seconds.... bad....

A better way would be to put the players size in an attr[] and simply update the local (someone in a different gmap won't care how the player is being drawn afterall) player's size via some method clientside script (weapon/gani)....

Last edited by Twinny; 02-12-2010 at 02:20 PM.. Reason: further detail!
Reply With Quote