[HELP] Killable Cows - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP] Killable Cows (
/showthread.php?tid=199792)
[HELP] Killable Cows -
Shadow_Gengar - 16.12.2010
Hey guys.
http://pastebin.com/Q45NWcbb
That's my new script. But when I visit the cows they are already dead. :O
What's the problem?
Greetz
Re: [HELP] Killable Cows -
Face9000 - 16.12.2010
Код:
CowInfo[CowID][IsDead] = 1;
must be
Код:
CowInfo[CowID][IsDead] = 0;
On:
stock KillCow(CowID)
AW: [HELP] Killable Cows -
Shadow_Gengar - 16.12.2010
Thank you so much. xD