Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. public OnGameModeInit()
  2. {
  3.     SetTimer("Ping",6000,1);
  4.     aPing = 1100;
  5.     return 1;
  6. }