Guest User

LV COWS

a guest
Oct 4th, 2010
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 1.64 KB | None | 0 0
  1. /*
  2.                                   MAP COWS
  3. Made By: Plugy 2010
  4. Information:
  5. This map has been created by Plugy.
  6. This map has been created for Fun.
  7.  
  8. Don't remove credits.
  9. */
  10. ////////////////////////////////////////////////////////////////////////////////
  11. #include <a_samp>
  12. ////////////////////////////////////////////////////////////////////////////////
  13. #pragma tabsize 0
  14. ////////////////////////////////////////////////////////////////////////////////
  15. #define COLOR_BLUE 0x0000FF00
  16. ////////////////////////////////////////////////////////////////////////////////
  17. public OnGameModeInit()
  18. {
  19. CreateObject(16442, 2093.3137, 2191.7227, 17.2750, 0.0000, 0.0000, 222.0000);
  20. CreateObject(16442, 2095.1538, 2193.1104, 18.3078, 358.6108, 313.9825, 220.5564);
  21.     return 1;
  22. }
  23. ////////////////////////////////////////////////////////////////////////////////
  24. public OnFilterScriptInit()
  25. {
  26.     print("\n--------------------------------------");
  27.     print(" MAP COWS - by Plugy.        ");
  28.     print("--------------------------------------\n");
  29.     SendClientMessageToAll(COLOR_BLUE, "Use command /view to see the map.");
  30.     return 1;
  31. }
  32. ////////////////////////////////////////////////////////////////////////////////
  33. public OnPlayerCommandText(playerid, cmdtext[])
  34. {
  35.     if (strcmp("/view", cmdtext, true, 10) == 0)
  36.     {
  37.         SetPlayerPos(playerid, 2099.7351,2188.2058,16.3711);
  38.         SendClientMessage(playerid, COLOR_BLUE, "You just got Teleported to LV COWS Map!");
  39.         return 1;
  40.     }
  41.     return 0;
  42. }
  43. ////////////////////////////////////////////////////////////////////////////////
  44.  
  45. //===================================
  46. //Credits to Plugy, 2010!
  47. //===================================
Advertisement
Add Comment
Please, Sign In to add comment