PHP Code:
#include <amxmodx>
#define result func_call()
public plugin_init()
{
result
result
result
result
result
result
}
public func_call()
{
server_print("Function called")
}
Code:
Function called
Function called
Function called
Function called
Function called
Function called
PHP Code:
#include <amxmodx>
public plugin_init()
{
new result = func_call()
result
result
result
result
result
result
}
public func_call()
{
server_print("Function called")
}
This is a simple concept, it shouldn't be a topic of 2 pages. Plus, we are derailing the topic. Do some research on your own or open a topic in scripting help if you want more information. I already explained several times in several different ways so there is nothing else I can do.
__________________