29.12.2017, 15:49
Quote:
There's funcidx which returns the index, unless that's what you mean by "without index id"
|
Код:
#include "a_samp" forward CustomPublicFunction(); main() { CustomPublicFunction(); } public CustomPublicFunction() { print(GetCallbackName()); // will print "CustomPublicFunction" }