Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <YSI\y_hooks>
- hook OnPlayerDeath(playerid, killerid, reason)
- {
- if(killerid != INVALID_PLAYER_ID)
- {
- SendClientMessage(playerid, -1, "You were killed");
- }
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment