shtek
Sep 06, 2017 - 14:14
here's my simple code test.py:
import console
console.hud_alert('test')
console.hud_alert(message[, icon, duration])
Show a HUD-style alert with the given message. The icon can be either 'success' (the default, a checkmark symbol), or 'error' (a cross symbol).