1) what do you mean?
2) to make the players speed higher, you would need to create a movement system.
3) i dont know how to change the sword level.
4) try this:
PHP Code:
//#CLIENTSIDE
function onCreated()
{
}
function onWeaponFired()
{
setTimer( 1 );
this.active = !this.active
}
function onTimeOut()
{
//do functions that you do
sleep( 30 );
this.active = !this.active
sleep( 60 );
setTimer( 1 );
}