29.12.2017, 14:45
How can I get the name of any public function into this without index id ?
Example:
Example:
PHP код:
#include "a_samp"
forward CustomPublicFunction();
main()
{
CustomPublicFunction();
}
public CustomPublicFunction()
{
// get here the name of CustomPublicFunction
}