Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. new bobjekt;
  2.  
  3. main()
  4. {
  5. print("\n----------------------------------");
  6. print(" Blank Gamemode by your name here");
  7. print("----------------------------------\n");
  8. }
  9.  
  10. public OnGameModeInit()
  11. {
  12. SetGameModeText("Blank Script");
  13. AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
  14.  
  15. //Neues
  16. bobjekt = CreateObject(19377, 2618.85669, 1136.65503, 11.56020, 0.00000, 0.00000, 0.00000);
  17. bobjekt = CreateObject(19377, 2618.85669, 1136.65503, 11.56020, 0.00000, 0.00000, 0.00000);
  18. bobjekt = CreateObject(19377, 2618.85669, 1127.02039, 11.56020, 0.00000, 0.00000, 0.00000);
  19. bobjekt = CreateObject(19377, 2623.58521, 1122.11243, 11.56020, 0.00000, 0.00000, 90.00000);
  20. bobjekt = CreateObject(19377, 2641.30835, 1126.83984, 11.56020, 0.00000, 0.00000, 0.00000);
  21. bobjekt = CreateObject(19385, 2630.00781, 1122.11243, 11.56400, 0.00000, 0.00000, 90.00000);
  22. bobjekt = CreateObject(19362, 2629.98267, 1122.11255, 15.06070, 0.00000, 0.00000, 90.00000);
  23. bobjekt = CreateObject(19377, 2636.40552, 1122.11243, 11.56020, 0.00000, 0.00000, 90.00000);
  24. bobjekt = CreateObject(19377, 2641.30835, 1136.47778, 11.56020, 0.00000, 0.00000, 0.00000);
  25. bobjekt = CreateObject(19377, 2636.58008, 1141.38562, 11.56020, 0.00000, 0.00000, 90.00000);
  26. bobjekt = CreateObject(19377, 2626.94800, 1141.38562, 11.56020, 0.00000, 0.00000, 90.00000);
  27. bobjekt = CreateObject(19362, 2620.52808, 1141.38562, 15.06070, 0.00000, 0.00000, 90.00000);
  28. bobjekt = CreateObject(19362, 2620.52808, 1141.38562, 11.56370, 0.00000, 0.00000, 90.00000);
  29. SetObjectMaterial(bobjekt, 0, 8645, "vegashsetx", "badhousewall01_128", 0xFFFFFFFF);
  30. return 1;
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement