2 things
#2

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?
Reply


Messages In This Thread
2 things - by YanLanger - 04.07.2014, 14:17
AW: 2 things - by Macronix - 04.07.2014, 14:18
Re: 2 things - by YanLanger - 04.07.2014, 14:28
Re: 2 things - by YanLanger - 04.07.2014, 17:05

Forum Jump:


Users browsing this thread: 1 Guest(s)