Guest User

Untitled

a guest
Dec 15th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. public OnGameModeInit()
  2. {
  3. AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 270.1425, 0, 0, 0, 0, -1, -1);
  4. // -- //
  5. m4object = (356, 1704.51941, -1650.10596, 20.14760);
  6. // -- //
  7. ShowPlayerMarkers(0); ShowNameTags(1);
  8. ManualVehicleEngineAndLights();
  9. AllowInteriorWeapons(1); ShowPlayerMarkers(2);
  10. LimitPlayerMarkerRadius(30.0); DisableInteriorEnterExits();
  11. EnableStuntBonusForAll(0); SetNameTagDrawDistance(30.0);
  12. // -- //
  13. SendRconCommand("weburl https://www.facebook.com/LaLineaDM/");
  14. SetGameModeText("LaLinea v2 | Build: "GM_BUILD"");
  15. SendRconCommand("mapname San Andreas");
  16. SendRconCommand("language Ex. Yu.");
  17. // -- //
  18. Timer[0] = SetTimer("GlobalTimer_Sekundni", 1000, true);
  19. Timer[1] = SetTimer("GlobalTimer_Minutni", 60*1000, true);
  20. // -- //
  21. IgracaUDMZoni_MeatFactory = 0, IgracaUDMZoni_LVPD = 0,
  22. IgracaUDMZoni_LibertyCity = 0, IgracaUDMZoni_RCBattlefield = 0,
  23. IgracaUDMZoni_GhostTown = 0, IgracaUDMZoni_GangHouse = 0;
  24. CountTimer = 0;
  25. // -- //
  26. duel2 = 0;
  27. duel1 = 0;
  28. tijek = 0;
  29. tipduela = 0;
  30. Ulog = 0;
  31. CreateObject(13657, 3541.7075,1721.0681,280.9664, 0.0000000,0.0000000,0.0000000, 1000); //trenutno mjesto duela
  32. DisableInteriorEnterExits();
  33. SetGameModeText("LLDM v.0002b");
  34. AddPlayerClass(23, 1710.433715,-1669.379272,20.225049,0, 0, 0, 0, 0, 0, 0);
  35. // -- //
  36. CreateGlobalTextDraws();
  37. // -- //
  38. LoadMaps(); // THIS IS 262
  39. LoadLabels();
  40. LoadFiles();
  41. return 1;
  42. }
Advertisement
Add Comment
Please, Sign In to add comment