Advertisement
vic1997

Ligne 11400 a 11420

Oct 9th, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.43 KB | None | 0 0
  1.     LCurrentCheckpoint=0;
  2.     Participants=0;
  3.     for(new i;i<MAX_BUILDERS;i++)
  4.     {
  5.         BuilderSlots[i]=MAX_PLAYERS+1;
  6.     }
  7.     if(RRotation != -1) SetTimer("RaceRotation",RRotationDelay,1);
  8.     CreateRaceMenus();
  9.     CreateFoodMenus();
  10.     for(new c=0;c<CAR_AMOUNT;c++)
  11.     {
  12.         Gas[c] = GasMax;
  13.     }
  14.     SetDisabledWeapons(43,44,45);
  15.     LoadCar();
  16. //  LoadProperty();
  17. //  LoadApartment();
  18. //  LoadFactionPool();
  19. //  LoadSBizz();
  20.     LoadBoxer();
  21.     LoadStuff();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement