*** empty log message ***
This commit is contained in:
parent
f336585d4f
commit
83d2e1a510
|
@ -904,3 +904,12 @@ native module_exists(const logtag[]);
|
||||||
* Returns the next valid hudchannel for a user, from 1-4.
|
* Returns the next valid hudchannel for a user, from 1-4.
|
||||||
*/
|
*/
|
||||||
native next_hudchannel(player);
|
native next_hudchannel(player);
|
||||||
|
|
||||||
|
//no
|
||||||
|
native int3();
|
||||||
|
|
||||||
|
//Sets your plugin to a failed/error state.
|
||||||
|
//If you use this, your plugin will cease operating.
|
||||||
|
//This is a good idea to fatally, but gracefully, handle errors.
|
||||||
|
//You can set a failed error message.
|
||||||
|
native set_fail_state(const err_msg[]);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user