plz plz i beg.. im tryin to make it so if the hat is on it changes the speed and if its off it goes back to normal, but so far it is only turning on and staying on and wont go off
Quote:
//#CLIENTSIDE
function onCreated()
{
join("hatsys");
this.hatimg = "ha2.png";
}
function onWeaponFired()
{
triggerserver( "weapon", "-System/Movement", "setSpeed", 2.9 );
}
|