OnPlayerDeath - 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: OnPlayerDeath (
/showthread.php?tid=103068)
OnPlayerDeath -
Think - 18.10.2009
Ok, This is the problem: If i go in-game and i test this out, i can only see `OnPlayerDeath(0, 64242, 255)` in my console (like i print) but i cant see the messages ingame nor in the console that i print with the info that the player has died and stuff..
http://code.pandabeer1337.nl/?show=25
Re: OnPlayerDeath -
Memoryz - 18.10.2009
Any warnings or errors?
Re: OnPlayerDeath -
Think - 18.10.2009
Quote:
Originally Posted by Memoryz
Any warnings or errors?
|
Negative.
Re: OnPlayerDeath -
member - 18.10.2009
that is a very long way of sending a death message and stuff. Why didn't u use GetWeaponName function?
https://sampwiki.blast.hk/wiki/GetWeaponName
Good Luck
P.S I got problems with my OnPlayerDeath somehow the camera is stuck.
Re: OnPlayerDeath -
Think - 19.10.2009
Quote:
Originally Posted by [B2K
Hustler ]
that is a very long way of sending a death message and stuff. Why didn't u use GetWeaponName function?
https://sampwiki.blast.hk/wiki/GetWeaponName
Good Luck
P.S I got problems with my OnPlayerDeath somehow the camera is stuck.
|
Yeah i copyd'it out of the IRC plugin filterscript because it detects when your in a vehicle too, but still it doesnt work >.<