if ( callfunc_begin("testfunc321", "test8.amxx") ) callfunc_end();
public testfunc321() server_print("Hello world!");
Hello world!