Hooks - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Hooks (
/showthread.php?tid=309160)
Hooks -
DarkKillerWithPride<3 - 06.01.2012
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:
pawn Код:
#if defined _ALS_OnGameModeInit
  #undef OnGameModeInit
#else
  #define OnGameModeInit
#endif
#define OnGameModeInit M_OnGameModeInit
I get:
Код:
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.
Will that stop anything functioning properly and is there a way I can stop the warning?
Thanks,
-Dark