17.10.2012, 18:11
Hello,
I have code like this:
I want to call public\stock that i will create and create public for this "Test".
But here errors:
D:\Games\SaMp\Test.pwn(17) : error 025: function heading differs from prototype
D:\Games\SaMp\Test.pwn(17) : error 021: symbol already defined: "RunTest"
I have code like this:
Код:
#define Test:%0() \ RunTest(%0); forward test_%0(); public test_%0()
But here errors:
D:\Games\SaMp\Test.pwn(17) : error 025: function heading differs from prototype
D:\Games\SaMp\Test.pwn(17) : error 021: symbol already defined: "RunTest"