whiplk

[INCLUDE] - gOnGameModeInit

Jul 7th, 2013
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.31 KB | None | 0 0
  1. public OnGameModeInit()
  2. {
  3.         //Códigos da include aqui
  4.  
  5.     if (funcidx("gOnGameModeInit") != -1) CallLocalFunction("gOnGameModeInit", "");
  6. }
  7.  
  8. #if defined _ALS_OnGameModeInit
  9.     #undef OnGameModeInit
  10. #else
  11.     #define _ALS_OnGameModeInit
  12. #endif
  13. #define OnGameModeInit gOnGameModeInit
  14. forward gOnGameModeInit();
Advertisement
Add Comment
Please, Sign In to add comment