hi
how do i make a landmine becuz i got a special model for it
but when i go ingame it doesnt give -hp when i step on it
andyone can help me?
alrdy thanks jur13n
hi
how do i make a landmine becuz i got a special model for it
but when i go ingame it doesnt give -hp when i step on it
andyone can help me?
alrdy thanks jur13n
i did search button i searchedat "gunz landmine" and "gunz landmine tut" and "landmine tut" no succes
Search landmine under the gunzsection ?
Anyway i will help you
you go to worlditem.xml in your system.mrs
That gives 10 hpCode:<WORLDITEM id="01" name="hp01"> <TYPE>hp</TYPE> <TIME>3000</TIME> <AMOUNT>10</AMOUNT> <MODELNAME>red</MODELNAME> </WORLDITEM>
if you want it to delete 10 hp just put an '-' in front of it like:
Good luck ;)Code:<WORLDITEM id="01" name="hp01"> <TYPE>hp</TYPE> <TIME>3000</TIME> <AMOUNT>-10</AMOUNT> <MODELNAME>red</MODELNAME> </WORLDITEM>
but i want it apart a new1 not all meds have to do that
EDIT: i see thats for ingame red crosses >.>
i get this error >.>
pic:
i added the stuf from th tutorial from DarkNessWill
You did it wrongly. You must add a model + zitem.
i did
i got the problem earlyer but dont know why >.>
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" />