File size: 495 Bytes
ea562e8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Fakemeta function :
Code:
EngFunc_AlertMessage

Description :
Prints an alert message.


Usage:
Code:
engfunc(EngFunc_AlertMessage, AlertType, const Message)


AlertType can be:
at_notice -
at_console - same as at_notice, but forces a ConPrintf, not a message box, prints output to server console, but only if 'developer' is 1.
at_aiconsole - same as at_console, but only shown if 'developer' is 2.
at_warning -
at_error -
at_logged - prints output to server logs and console.