View Single Post
  #1  
Old 04-03-2011, 01:53 AM
k_killar k_killar is offline
graal veteran
k_killar's Avatar
Join Date: Aug 2007
Posts: 243
k_killar is infamous around these parts
Send a message via AIM to k_killar
plz help me wtih this noob script plz

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 );
}
Reply With Quote