
Originally Posted by
killerzx
lol vraj
Don't spam?
@vraj123: You need to add them to the worlditem.xml as well.
An example :
Code:
<WORLDITEM id="02" name="hp02">
<TYPE>hp</TYPE>
<TIME>5000</TIME>
<AMOUNT>25</AMOUNT>
<MODELNAME>red</MODELNAME>
</WORLDITEM>
The above is the part where you add the world item's stats and type.
Code:
<AddWorldItemElu name ="candy">
<AddBaseModel name ="candy" filename="model/weapon/item/medickit_candy.elu"/>
</AddWorldItemElu>
This is where you need to add the model. It's similar to weapon.xml.
Just look how other items are added and add it the same way.
After you're done doing the worlditem part, replace the xml in the Server directory and system.mrs. Compile the system.mrs and restart MatchServer.