Creation/Dev/Script/Functions/enableweapons()

From Graal Bible
Revision as of 09:15, 27 April 2010 by Cyan3 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Clientside Serverside

Description

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

example:

function onCreated()
{
  enableweapons();
}