Creation/Dev/Script/Functions/disableweapons: Difference between revisions

From Graal Bible
No edit summary
 
(No difference)

Latest revision as of 18:33, 26 April 2010

Clientside Serverside

Description

Used to disable the 's' and 'd' keys for using the sword and npc weapons.

example:

function onCreated()
{
  disableweapons();
}