Advertisement
KaLu17

[pawno.pl] -> #25874

May 3rd, 2014
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.35 KB | None | 0 0
  1. public OnPlayerDeath(playerid, killerid, reason)
  2. {
  3.     new message[128];
  4.         format(message, sizeof(message), "(( (%d)%s zabił (%d)%s, powód: %d))", killerid, Nick[killerid], playerid, Nick[playerid], reason);
  5.         ZawiadomAdmina(KOLOR_SZARY, message);
  6.         PlayerInfo[playerid][pBW] = GameMode[uCzasBW];
  7.         ZapiszKonto(playerid);
  8.     return 1;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement