Advertisement
Kerlan665

[MAP] [R] Clan Base By Kerlan665

Sep 16th, 2011
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. // This is my First Map named [R]ustler Clan Base by Kerlan665
  2. // My made this on behalf of my friend [R]EnzoMortelli
  3. //I would appreciate it if you do not Remove any Credits.
  4. // My Server Address 24.93.243.128:7778
  5. //My Server Website http://www.funtimeserver.webs.com/
  6.  
  7. #include <a_samp>
  8.  
  9. #if defined FILTERSCRIPT
  10.  
  11. public OnFilterScriptInit()
  12. {
  13. print("\n--------------------------------------");
  14. print(" [R]ustler's Clan Base By Kerlan665");
  15. print("--------------------------------------\n");
  16. return 1;
  17. }
  18.  
  19. public OnFilterScriptExit()
  20. {
  21. return 1;
  22. }
  23.  
  24. #else
  25.  
  26. main()
  27. {
  28. print("\n----------------------------------");
  29. print(" [R]ustler's Clan Base By Kerlan665");
  30. print("----------------------------------\n");
  31. }
  32.  
  33. #endif
  34.  
  35.  
  36.  
  37. public OnPlayerConnect(playerid)
  38. {
  39. SendClientMessage(playerid, 0xF97804FF, "This server is running K665'S [R]ustler's Clan base! Type /[R]base to teleport!");
  40. return 1;
  41. }
  42.  
  43. public OnPlayerSpawn(playerid)
  44. {
  45. SendClientMessage(playerid, 0xF97804FF, "This server is running K665'S [R]ustler's Clan base! Type /[R]base to teleport!");
  46. return 1;
  47. }
  48.  
  49.  
  50. public OnPlayerText(playerid, text[])
  51. {
  52. return 1;
  53. }
  54.  
  55. public OnPlayerCommandText(playerid, cmdtext[])
  56. {
  57. if(strcmp(cmdtext,"/[R]base",true)==0)
  58. {
  59. SetPlayerPos(playerid,-1368.3488,-1567.5247,102.3254);
  60. SendClientMessage(playerid, 0xFFFF00AA, " Welcome to [R]ustler's Clan Base by Kerlan665! Enjoy your Stay! ");
  61. SendClientMessageToAll(0x00FF00AA, "[Kerlan665]: Someone has teleported to the [R]ustler's Clan Base. /[R]base");
  62. return 1;
  63. }
  64. return 0;
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement