Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function CPlayer::IsFall()
- {
- if ( this.Action == 42 || this.Action == 43 ) return true;
- else return false;
- }
- function onPlayerPart( player, reason )
- {
- if ( player.IsFall() ) //Send alert to administrators on server/irc.
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement