Advertisement
Jordean447

fafafsfasf

May 17th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. //=============== Includes ================
  2. #include <a_samp>
  3. #include <core>
  4. #include <float>
  5. #pragma tabsize 0
  6. //=============== News ==================
  7. new retexture;
  8. //----------------------------------------------------------
  9.  
  10.  
  11. public OnPlayerConnect(playerid)
  12. {
  13. // Add RemoveBuildingForPlayer under this line
  14. return 1;
  15. }
  16.  
  17. //----------------------------------------------------------
  18.  
  19. public OnPlayerSpawn(playerid)
  20. {
  21. SetPlayerInterior(playerid,0);
  22. SetPlayerPos(playerid, 1199.4740, -1077.9563, -137.1765);
  23. return 1;
  24. }
  25.  
  26. public OnPlayerDeath(playerid, killerid, reason)
  27. {
  28. return 1;
  29. }
  30. public OnGameModeInit()
  31. {
  32. SetGameModeText("Mapping");
  33. SetWeather(2);
  34. SetWorldTime(11);
  35. // Add mapping under this line
  36. CreateObject(8661, 1200.38013, -1084.93616, -140.00000, 0.00000, 0.00000, 0.00000);
  37. CreateObject(8661, 1200.38013, -1104.91101, -140.00000, 0.00000, 0.00000, 0.00000);
  38. CreateObject(8661, 1200.40625, -1065.05090, -140.00000, 0.00000, 0.00000, 0.00000);
  39. CreateObject(8661, 1200.38013, -1124.62439, -140.00000, 0.00000, 0.00000, 0.00000);
  40. CreateObject(19445, 1180.20508, -1077.87781, -138.32001, 0.00000, 0.00000, 0.00000);
  41. CreateObject(19445, 1180.20508, -1087.52710, -138.32001, 0.00000, 0.00000, 0.00000);
  42. CreateObject(19445, 1180.20508, -1068.26001, -138.32001, 0.00000, 0.00000, 0.00000);
  43. CreateObject(19445, 1180.20508, -1058.63745, -138.32001, 0.00000, 0.00000, 0.00000);
  44. AddPlayerClass(240,703.1641, -1567.9141, 16.2656,-1,-1,-1,-1,-1,-1,-1);
  45. return 1;
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement