View Single Post
  #2  
Old 04-21-2011, 01:53 PM
Soala Soala is offline
Ideas on Fire
Soala's Avatar
Join Date: Jun 2007
Location: In my head
Posts: 3,208
Soala is a jewel in the roughSoala is a jewel in the rough
Having proper english grammar is needed to script.
Quote:
Originally Posted by /scripthelp playerequiptedweapon
No matching script function found!
"equipted" isn't a word, so your script will most likely never work.
I suggest using /scripthelp in RC Chat to get precious informations on what to possibly use.

Here's what "/scripthelp weapon" returned:

Quote:
Originally Posted by /scripthelp weapon
Clientside:
TPlayer.weapon - object (read only)
TServerWeapon - object type, parent type is TServerNPC
disableselectweapons()
enableselectweapons()
selectedweapon - integer
TPlayer.weapons - object (read only)
TServerWeapon.isweapon - boolean (read only)
weapons - object (read only)
weaponsenabled - boolean
Hope this helped!
Reply With Quote