View Single Post
  #12  
Old 04-11-2009, 03:37 PM
Schetti Schetti is offline
SC2 Player
Schetti's Avatar
Join Date: Nov 2008
Location: Austria
Posts: 269
Schetti is on a distinguished road
is there a way to get a trigger to client?
for example, this wouldn't replace the animations, because its clientside:
PHP Code:
function onPlayerLogout() {
    
replaceani("walk""walk"); 
    
replaceani("idle""idle"); 
    
setani("idle"null); 
 (
"BlueFlag").trigger("ActionReturnFlag"player.account);
removeWeapon("-BlueFlag");

__________________
“Peace cannot be kept by force. It can only be achieved by understanding.” – Albert Einstein
Reply With Quote