Quote:
Originally Posted by [FU]Victious
killerid and playerid are the wrong way round
|
Quote:
Originally Posted by RoCK'N'Rolla
pawn Код:
public OnPlayerDeath(playerid, killerid, reason) { new string[128], KName[24], PName[24]; GetPlayerName(killerid, KName, 24); GetPlayerName(playerid, PName, 24); format(string,sizeof(string),"%s raped %s with %s",KName, PName, reason); SendClientToAllMessage(playerid,0xFFFFFFAA,string); return 1; }
|
Thanks 'Victious' I just noticed it
And 'Rock'n'Rolla' thank you aswell. I am a little bit to sleepy, and made it to fast, thanks for correcting