landmine

Search landmine under the gunzsection ?

Anyway i will help you
you go to worlditem.xml in your system.mrs
Code:
		<WORLDITEM id="01" name="hp01">
			<TYPE>hp</TYPE>
			<TIME>3000</TIME>
			<AMOUNT>10</AMOUNT>
			<MODELNAME>red</MODELNAME>
		</WORLDITEM>
That gives 10 hp

if you want it to delete 10 hp just put an '-' in front of it like:

Code:
		<WORLDITEM id="01" name="hp01">
			<TYPE>hp</TYPE>
			<TIME>3000</TIME>
			<AMOUNT>-10</AMOUNT>
			<MODELNAME>red</MODELNAME>
		</WORLDITEM>

Good luck ;)
 
Upvote 0
i get this error >.>
pic:
jur13n - landmine - RaGEZONE Forums


i added the stuf from th tutorial from DarkNessWill
 
Upvote 0
you remember good but i used this :
wolditem:
<WORLDITEM id="260" name="Damagekit">
<TYPE>hpap</TYPE>
<AMOUNT>-20</AMOUNT>
<MODELNAME>Damagekit</MODELNAME>
</WORLDITEM>

zitem:
<ITEM id="28282"
name="Damage Kit
mesh_name="Damagekit"
totalpoint="0"
type="custom"
res_sex="a"
res_level="30"
slot="custom"
weapon="medkit"
weight="1"
bt_price="0"
delay="1000"
damage="0"
ctrl_ability="0"
magazine="10"
reloadtime="10"
slug_output="false"
gadget_id="0"
hp="0"
ap="0"
maxwt="0"
sf="0"
fr="0"
cr="0"
pr="0"
lr="0"
color="#FFFFFFFF"
image_id="3" bullet_image_id="0"
magazine_image_id="0"
desc="Damage Kit"
snd_fire="we_grenade_fire"
maxbullet="10" />
 
Upvote 0
Back