I wanna know what what function does and what are/mean there arguments.
PHP Code:
EngFunc_AlertMessage, // void ) (ALERT_TYPE atype, char *szFmt, ...);
EngFunc_ClientPrintf, // void ) (edict_t* pEdict, PRINT_TYPE ptype, const char *szMsg);
EngFunc_ServerPrint // void ) (const char *szMsg);
Also have some questions.
1. When I use EngFunc_ClientPrintf... And setting print_type to 1 it is a bit random (normal print in center / scroll print in center). Question is: why?
2. Is EngFunc_ClientPrintf the same as engclient_print native?
3. What is EngFunc_ServerPrint and in what cases it is fired?
4. Also never noticed before this function EngFunc_AlertMessage. How to use it/what it does/in what cases is fired?
P.S. Mostly I'm interested in 4th question.
__________________