2 things - 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: 2 things (
/showthread.php?tid=523904)
2 things -
YanLanger - 04.07.2014
O.o i got no kill list in my server wtf
second of all who can give me duel system ??
all others has bugs
AW: 2 things -
Macronix - 04.07.2014
1.
pawn Код:
//In OnPlayerDeath
if(killerid == INVALID_PLAYER_ID)
{
SendDeathMessage(INVALID_PLAYER_ID,playerid,reason);
}
else
{
SendDeathMessage(killerid,playerid,reason);
}
2. Which system did you use?
Re: 2 things -
YanLanger - 04.07.2014
this one
https://sampforum.blast.hk/showthread.php?tid=115603
Re: 2 things -
YanLanger - 04.07.2014
/bump