22.02.2012, 14:36
(
Последний раз редактировалось Steeve_Smith; 22.02.2012 в 15:18.
)
Hi there I've got a problem with my GM and my include, I don't know what's wrong D:
GM part: (There is "#include <testinc>" on top of the script)
Include part:
Errors & warnings:
How could I fix this?
GM part: (There is "#include <testinc>" on top of the script)
pawn Код:
forward OnGameMissionStart();
public OnGameMissionStart()
{ // Line 25 -> Then what to put in the include?
// my code is here
}
pawn Код:
OnGameMissionStart()
{
// my code is here
}
pawn Код:
C:\...mis01.pwn(25) : error 021: symbol already defined: "OnGameMissionStart"