document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. public OnGameModeInit()
  2. {
  3.     for(new i=0; i<299; i++)
  4.     {
  5.         AddPlayerClass(i,0.0,0.0,0.0,0.0,0,0,0,0,0,0);
  6.     }
  7.     return 1;
  8. }
');