16.06.2016, 02:19
Hey guys ! i got error :
the code :
And
The Error is in :
can any one fix this ?
Quote:
error 021: symbol already defined: "ChandraMallCaptured" |
Quote:
stock ChandraMallCaptured(playerid) { Captured[playerid][ChandraMall] = 1; return 1; } |
The Error is in :
Quote:
forward ChandraMall(playerid); public ChandraMall(playerid) { ChandraMallCaptured(playerid); return 1; } |