Blockland Forums > Modification Help
Item creation
Pages: (1/1)
ThinkInvisible:
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
Plornt:
Execute file transmitdatablocks change the map then it should be in the GUI
ThinkInvisible:
Kthx.
I'd ask the command for mounting an item but i can probably go find it somewhere
Placid:
--- Quote from: ThinkInvisible on August 28, 2011, 10:46:12 AM ---Kthx.
I'd ask the command for mounting an item but i can probably go find it somewhere
--- End quote ---
findclientbyname("client").player.mountImage(0,"imageNameHere"); if i remember correctly.. unless it's mountObject.
ThinkInvisible:
I found it somewhere
%object.mountImage(%item.image, 0);
Pages: (1/1)