
07-30-2005, 02:31 AM
|
Incubator
|
 |
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
|
|
When you do call a public function you have to put the weapon name before it, i'd like to be able to call it without using the weapon object:
addItem()
instead of:
weaponname.addItem()
I'd also like to be able to call functions clientside<->serverside. It would help greatly in my inventory system. |
|
|