death bug - 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: death bug (
/showthread.php?tid=276185)
death bug -
ylleron - 12.08.2011
Hi, everyone. When i am playing on my server i have one problem..
When i die, i still on foot but i haven't hp. when i press F4 it show me request class.
Where is mistake please ?
Re: death bug -
Darnell - 12.08.2011
Show OnPlayerDeath please.
Re: death bug -
ylleron - 12.08.2011
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
SendDeathMessage(killerid, playerid, reason);
DropPlayerWeapons(playerid);
return 1;
}
Re: death bug -
Darnell - 12.08.2011
I don't know, weird bug :\.
Re: death bug -
ylleron - 12.08.2011
yes it is. hmm