Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function GameMode:SendErrorMessage( pID, string )
- Notifications:ClearBottom(pID)
- Notifications:Bottom(pID, {text=string, style={color='#E62020'}, duration=2})
- EmitSoundOnClient("General.Cancel", PlayerResource:GetPlayer(pID))
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement