Advertisement
Guest User

Untitled

a guest
May 27th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.22 KB | None | 0 0
  1. CMD:kill(playerid, cmdtext[])
  2. {
  3.     SetPlayerHealth(playerid, 0);
  4.     SendClientMessage(playerid, KOLOR_CZERWONY, "Spoczywaj w pokoju [*]");
  5.     SendClientMessageToAll(KOLOR_POMARANCZOWY, "%d popelnil samobojstwo :D");
  6.     return 1;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement