I have loaded Zday script successfully but no zombie loads I have set everything right but zombie's won't load
I'm using this script - https://community.multitheftauto.com/index.php?p=resources&s=details&id=347
Model? If you mean Skin ID, you must choose it by your own. And don't forget to place skin name in META.XML like this.
<file src="skins/jerry.txd" />
At last it will be something like this
local jerrytxd = engineLoadTXD ( "skins/jerry.txd" )
engineImportTXD ( jerrytxd, SKIN ID )
If you want replace DFF too use this format:
local jerrydff = engineLoadDFF ( "skins/jerrydff.dff", SKIN ID )
engineReplaceModel ( jerrydff, SKIN ID )
And don't forget to add this file src into META.XML!!
Hello, I'm creating a zombie gamemode, and is there anyway to make RAID BOSS, and can I increase zombie's health? If I you guys can help please post it here, I'm beginner and I really need help.
Okay, I decided to replace anims with another one I can't find anything in wiki, is there anyway to replace the anim with another one, like Ped.IFP and other like that?
If there isn't any function please admins, "Delete this topic".
Uhm-, it's simple I guess, I'll take simple thing, if zombie hit you and you're infected I know this in SAMP but I don't know how to code it here, when you're infected and you write /inject medicinb you'll not be infected anymore,
CODE LIKE:
if (playerid, infected == 1)
{
infected = 0 (Something like that.)
return 1;
}
Oh.. If you can tell me any idea how I can script Item system please tell me, I mean when player find Cheeseburger in shop he will have it and when he will type /eat he will eat it... If you have any idea of this please tell me, thank you again.