View Single Post
  #13  
Old 04-11-2009, 03:51 PM
[email protected] sid.gottlieb@googlemail.com is offline
Banned
Join Date: Mar 2008
Posts: 861
sid.gottlieb@googlemail.com will become famous soon enough
Quote:
Originally Posted by Schetti View Post
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");


Instead of doing it when they logout, do it for when they log in...?
Reply With Quote