02.12.2011, 09:22
I have:
#define CBP:%0(%1, {Float, _}:...) forward %0(%1, {Float, _}:...); public %0(%1, {Float, _}:...)
probleme is " error 055: start of function body without function header "
public Is:
CBP:AccountDataLoad(playerid, tag[], name[], value[])
who can I make it work?
PS: I fix probleme add this #define CBP:%0({Float, _}:...) forward %0({Float, _}:...); public %0({Float, _}:...)
But I have warning " warning 208: function with tag result used before definition, forcing reparse "
#define CBP:%0(%1, {Float, _}:...) forward %0(%1, {Float, _}:...); public %0(%1, {Float, _}:...)
probleme is " error 055: start of function body without function header "
public Is:
CBP:AccountDataLoad(playerid, tag[], name[], value[])
who can I make it work?
PS: I fix probleme add this #define CBP:%0({Float, _}:...) forward %0({Float, _}:...); public %0({Float, _}:...)
But I have warning " warning 208: function with tag result used before definition, forcing reparse "