mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 06:48:04 +03:00
sigh...
This commit is contained in:
parent
2a13d923fa
commit
750b098e02
@ -720,7 +720,8 @@ native log_error(error, const fmt[], ...);
|
||||
// (and just like modules, you must use these special natives).
|
||||
// two: you CANNOT call your native from inside your native. This is very bad.
|
||||
|
||||
// This function should only be called if you registered with style=1
|
||||
//This function should only be called if you registered with style=1
|
||||
//You only need to use it on by-reference parameters.
|
||||
native param_convert(num);
|
||||
|
||||
// Gets a string from the calling plugin
|
||||
|
Loading…
x
Reference in New Issue
Block a user