View Single Post
  #15  
Old 09-04-2011, 04:59 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
This script simulates the problem.

PHP Code:
//#CLIENTSIDE
function onCreated() {
  if (
client.demoed) {
    
player.chat = (player.shield == "shield2.png" "Shield saved properly." "Shield didn't save at all!");
    
client.demoed "";
    return;
  }
  
player.chat "Problem demo!";
  
player.shield "shield2.png";
  
sleep(10);
  
client.demoed true;
  
sleep(1);
  
player.chat "Reconnecting!";
  
serverwarp(getservername());

Result: Shield didn't save at all.

As the others pointed out it affects other parts of outfits as well.
__________________
Quote:
Reply With Quote