Creation/Dev/Script/Functions/enableweapons(): Difference between revisions
From Graal Bible
(Created page with '''Clientside'' ''Serverside'' ''Description'' <p>Used to enable the 's' and 'd' keys for using the sword and npc weapons.</p> example:<pre> function onCreated() { enableweapon…') |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Scripting Reference]] | |||
''Clientside'' | ''Clientside'' | ||
''Serverside'' | ''Serverside'' |
Latest revision as of 08:15, 27 April 2010
Clientside Serverside
Description
Used to enable the 's' and 'd' keys for using the sword and npc weapons.
example:
function onCreated() { enableweapons(); }