06.01.2012, 17:11
Hey,
I am starting to make a new include file which will handle all MySQL saving. however I get a warning when attempting to hook something I'm not sure if it's correct or not but here it is:
I get:
Will that stop anything functioning properly and is there a way I can stop the warning?
Thanks,
-Dark
I am starting to make a new include file which will handle all MySQL saving. however I get a warning when attempting to hook something I'm not sure if it's correct or not but here it is:
pawn Код:
#if defined _ALS_OnGameModeInit
#undef OnGameModeInit
#else
#define OnGameModeInit
#endif
#define OnGameModeInit M_OnGameModeInit
Код:
C:\Users\Michael\Desktop\Los Santos Cops And Robbers\includes\mysql.inc(31) : warning 201: redefinition of constant/macro (symbol "OnGameModeInit") Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning.
Thanks,
-Dark