Author Topic: Item creation  (Read 441 times)

I'm finding testing weapons extremely annoying.
Is there any way to load a new weapon without resetting the server? (I know it's possible to just exec the mod and transmitdatablocks to prevent people crashing , i mean putting it in the Wrench GUI list and everything)
If not, how do i mount an item that's not in said list?

NOTE: All of the weapons i'm dealing with have only default stuff, no custom textures/models
« Last Edit: August 27, 2011, 12:37:17 PM by ThinkInvisible »

Execute file transmitdatablocks change the map then it should be in the GUI

Kthx.

I'd ask the command for mounting an item but i can probably go find it somewhere

Kthx.

I'd ask the command for mounting an item but i can probably go find it somewhere
findclientbyname("client").player.mountImage(0,"imageNameHere"); if i remember correctly.. unless it's mountObject.

I found it somewhere

%object.mountImage(%item.image, 0);