16.11.2011, 10:53
(
Last edited by KfirRP; 16/11/2011 at 12:50 PM.
)
I have a problem , it says "public OnPlayerDisconnect already defined"
EDIT:
I found something wierd, you defined every function as FUNCTION => YOURS, but when you got to OnPlayerDisconnect you used the opposite, means YOURS => FUNCTION. So in order to fix my error, I changed this line:
to this:
And now it works.
EDIT:
I found something wierd, you defined every function as FUNCTION => YOURS, but when you got to OnPlayerDisconnect you used the opposite, means YOURS => FUNCTION. So in order to fix my error, I changed this line:
pawn Code:
#define gArea_OnPlayerDisconnect OnPlayerDisconnect
pawn Code:
#define OnPlayerDisconnect gArea_OnPlayerDisconnect