SA-MP Forums Archive
Displaying dead - 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)
+--- Thread: Displaying dead (/showthread.php?tid=510927)



Displaying dead - Ananisiki - 03.05.2014

Why my bots is displaying dead i have wave command and when i wave it say

wave at *BOT*Ypterko corpse


Re: Displaying dead - EpicMan - 03.05.2014

? lol we need a better detailed description. NPC bot or some other hack bot.
If your using npc make sure u have the right route for the bots.


Re: Displaying dead - Ananisiki - 04.05.2014

I do, it says that the bots are dead, if i /wave to a player who is alive (normal player) then its ok but when i wave at bot then it says corpse..


Re: Displaying dead - MaxBerger - 04.05.2014

Hey,

has the animation-command an if-request if the player is dead? Or where does the "dead" of a player gets requested?

Regards,
Max


Re: Displaying dead - Ananisiki - 04.05.2014

pawn Код:
else if(IsPlayerCop(pID) && GetPVarInt(pID, "Dead") == 1) format(string, sizeof string, "* %s (%d) Waves At Officer %s (%d)s Corpse.", PlayerName(playerid), playerid, PlayerName(pID), pID);
that in the command