Guest User

Untitled

a guest
Feb 2nd, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #include <YSI\y_hooks>
  2. hook OnPlayerDeath(playerid, killerid, reason)
  3. {
  4. if(killerid != INVALID_PLAYER_ID)
  5. {
  6. SendClientMessage(playerid, -1, "You were killed");
  7. }
  8. return 1;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment