Advertisement
epitaque_

Untitled

Sep 2nd, 2015
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. function GameMode:SendErrorMessage( pID, string )
  2. Notifications:ClearBottom(pID)
  3. Notifications:Bottom(pID, {text=string, style={color='#E62020'}, duration=2})
  4. EmitSoundOnClient("General.Cancel", PlayerResource:GetPlayer(pID))
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement