Creation/Dev/Script/Functions/disableweapons

From Graal Bible
Revision as of 18:17, 26 April 2010 by Adam (talk | contribs) (Created page with '''Clientside'' ''Serverside'' ''Description'' <p>Used to disable the 's' and 'd' keys for using the sword and npc weapons.</p> example:<pre> function onCreated() { disableweap…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Clientside Serverside

Description

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

example:

function onCreated()
{
  disableweapons();
}