Advertisement
Guest User

32 Int release

a guest
Apr 22nd, 2011
1,594
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if(cmd[0] == "/int1")//bruice
  2.     {
  3.         setPlayerCoordinates(playerid, 807.045654, 146.646866, 29.242722);  
  4.         displayPlayerText(playerid, 0.3, 0.8, "~y~Brucie's Apartment", 5000);
  5.         return 1;
  6.     }
  7.    
  8.     if(cmd[0] == "/int2")
  9.     {
  10.         setPlayerCoordinates(playerid, -286.717987, -282.356995, 15.631811);    
  11.         displayPlayerText(playerid, 0.3, 0.8, "~y~Church", 5000);
  12.         return 1;
  13.     }
  14.    
  15.     if(cmd[0] == "/int3")
  16.     {
  17.         setPlayerCoordinates(playerid, -113.032639, -261.945282, 13.102515);    
  18.         displayPlayerText(playerid, 0.3, 0.8, "~y~Druzilla Restarunt", 5000);
  19.         return 1;
  20.     }
  21.    
  22.     if(cmd[0] == "/int4")
  23.     {
  24.         setPlayerCoordinates(playerid, 1304.384521, -855.959045, 5.489887);    
  25.         displayPlayerText(playerid, 0.3, 0.8, "~y~Faustin Basement", 5000);
  26.         return 1;
  27.     }
  28.    
  29.     if(cmd[0] == "/int5")
  30.     {
  31.         setPlayerCoordinates(playerid, -406.440399, 287.515106, 13.681234);    
  32.         displayPlayerText(playerid, 0.3, 0.8, "~y~Police Station", 5000);
  33.         return 1;
  34.     }
  35.    
  36.     if(cmd[0] == "/int6")
  37.     {
  38.         setPlayerCoordinates(playerid, 1241.307251, 192.980057, 33.553371);    
  39.         displayPlayerText(playerid, 0.3, 0.8, "~y~Hospital", 5000);
  40.         return 1;
  41.     }
  42.    
  43.     if(cmd[0] == "/int7")
  44.     {
  45.         setPlayerCoordinates(playerid, -334.515991, 175.104080, 19.079556);    
  46.         displayPlayerText(playerid, 0.3, 0.8, "~y~Comedy Club", 5000);
  47.         return 1;
  48.     }
  49.    
  50.     if(cmd[0] == "/int8")
  51.     {
  52.         setPlayerCoordinates(playerid, 935.394714, -492.142120, 15.489682);    
  53.         displayPlayerText(playerid, 0.3, 0.8, "~y~Comareds Bar", 5000);
  54.         return 1;
  55.     }
  56.    
  57.     if(cmd[0] == "/int9")
  58.     {
  59.         setPlayerCoordinates(playerid, 98.025024, -682.845154, 14.771731);  
  60.         displayPlayerText(playerid, 0.3, 0.8, "~y~Lawyers Office", 5000);
  61.         return 1;
  62.     }
  63.    
  64.     if(cmd[0] == "/int10")
  65.     {
  66.         setPlayerCoordinates(playerid, -129.627701, 1497.820190, 22.782167);    
  67.         displayPlayerText(playerid, 0.3, 0.8, "~y~Dwanye Appartment", 5000);
  68.         return 1;
  69.     }
  70.    
  71.     if(cmd[0] == "/int11")
  72.     {
  73.         setPlayerCoordinates(playerid, 724.560120, 1458.814331, 14.852851);    
  74.         displayPlayerText(playerid, 0.3, 0.8, "~y~Sprunk WareHouse", 5000);
  75.         return 1;
  76.     }
  77.    
  78.     if(cmd[0] == "/int12")
  79.     {
  80.         setPlayerCoordinates(playerid, -137.309143, 1382.047974, 32.801914);    
  81.         displayPlayerText(playerid, 0.3, 0.8, "~y~Appartment", 5000);
  82.         return 1;
  83.     }
  84.    
  85.     if(cmd[0] == "/int13")
  86.     {
  87.         setPlayerCoordinates(playerid, 819.386, -259.157, 15.3428);    
  88.         displayPlayerText(playerid, 0.3, 0.8, "~y~Roman Cab Office", 5000);
  89.         return 1;
  90.     }
  91.    
  92.     if(cmd[0] == "/int14")
  93.     {
  94.         setPlayerCoordinates(playerid, -84.7422, 51.461, 75.9529);  
  95.         displayPlayerText(playerid, 0.3, 0.8, "~y~Office", 5000);
  96.         return 1;
  97.     }
  98.    
  99.     if(cmd[0] == "/int15")
  100.     {
  101.         setPlayerCoordinates(playerid, 98.691, 855.138, 45.051);    
  102.         displayPlayerText(playerid, 0.3, 0.8, "~y~Appartment", 5000);
  103.         return 1;
  104.     }
  105.    
  106.     if(cmd[0] == "/int16")
  107.     {
  108.         setPlayerCoordinates(playerid, 956.784, -276.903, 18.129);  
  109.         displayPlayerText(playerid, 0.3, 0.8, "~y~Perestroika Club", 5000);
  110.         return 1;
  111.     }
  112.    
  113.     if(cmd[0] == "/int17")
  114.     {
  115.         setPlayerCoordinates(playerid, -1239.96, 1074.79, 19.7854);    
  116.         displayPlayerText(playerid, 0.3, 0.8, "~y~Mr Fux Rice Box", 5000);
  117.         return 1;
  118.     }
  119.    
  120.     if(cmd[0] == "/int18")
  121.     {
  122.         setPlayerCoordinates(playerid, -1579.35, 17.9494, 10.0153);    
  123.         displayPlayerText(playerid, 0.3, 0.8, "~y~Honkers StripClub", 5000);
  124.         return 1;
  125.     }
  126.    
  127.     if(cmd[0] == "/int19")
  128.     {
  129.         setPlayerCoordinates(playerid, 1371.47, 207.525, 35.6886);  
  130.         displayPlayerText(playerid, 0.3, 0.8, "~y~Appartment", 5000);
  131.         return 1;
  132.     }
  133.    
  134.     if(cmd[0] == "/int20")
  135.     {
  136.         setPlayerCoordinates(playerid, 878.024, -113.133, 6.0054);  
  137.         displayPlayerText(playerid, 0.3, 0.8, "~y~Brucie's Garage", 5000);
  138.         return 1;
  139.     }
  140.    
  141.     if(cmd[0] == "/int21")
  142.     {
  143.         setPlayerCoordinates(playerid, -1153.35, 417.445, 5.57775);    
  144.         displayPlayerText(playerid, 0.3, 0.8, "~y~Office", 5000);
  145.         return 1;
  146.     }
  147.    
  148.     if(cmd[0] == "/int22")
  149.     {
  150.         setPlayerCoordinates(playerid, -1084.55, -362.672, 7.4039);    
  151.         displayPlayerText(playerid, 0.3, 0.8, "~y~Prison", 5000);
  152.         return 1;
  153.     }
  154.    
  155.     if(cmd[0] == "/int23")
  156.     {
  157.         setPlayerCoordinates(playerid, 356.262, 1519.36, 21.4326);  
  158.         displayPlayerText(playerid, 0.3, 0.8, "~y~Elizabeta's Appartment", 5000);
  159.         return 1;
  160.     }
  161.    
  162.     if(cmd[0] == "/int24")
  163.     {
  164.         setPlayerCoordinates(playerid, 1314.93, -846.035, 8.87375);    
  165.         displayPlayerText(playerid, 0.3, 0.8, "~y~Faustin House", 5000);
  166.         return 1;
  167.     }
  168.    
  169.     if(cmd[0] == "/int25")
  170.     {
  171.         setPlayerCoordinates(playerid, -407.671, 286.244, 18.5921);    
  172.         displayPlayerText(playerid, 0.3, 0.8, "~y~Office", 5000);
  173.         return 1;
  174.     }
  175.    
  176.     if(cmd[0] == "/int26")
  177.     {
  178.         setPlayerCoordinates(playerid, 1331.4, 126.6, 36.558);  
  179.         displayPlayerText(playerid, 0.3, 0.8, "~y~LJ Appartment", 5000);
  180.         return 1;
  181.     }
  182.    
  183.     if(cmd[0] == "/int27")
  184.     {
  185.         setPlayerCoordinates(playerid, 1385.54, 618.12, 35.8574);  
  186.         displayPlayerText(playerid, 0.3, 0.8, "~y~McReary House", 5000);
  187.         return 1;
  188.     }
  189.    
  190.     if(cmd[0] == "/int28")
  191.     {
  192.         setPlayerCoordinates(playerid, -1246.62, 1543.05, 26.0688);    
  193.         displayPlayerText(playerid, 0.3, 0.8, "~y~Appartment", 5000);
  194.         return 1;
  195.     }
  196.    
  197.     if(cmd[0] == "/int29")
  198.     {
  199.         setPlayerCoordinates(playerid, -547.07, 1245.06, 97.5396);  
  200.         displayPlayerText(playerid, 0.3, 0.8, "~y~Appartment", 5000);
  201.         return 1;
  202.     }
  203.    
  204.     if(cmd[0] == "/int30")
  205.     {
  206.         setPlayerCoordinates(playerid, 390.665, 1485.81, 11.8339);  
  207.         displayPlayerText(playerid, 0.3, 0.8, "~y~Community Building", 5000);
  208.         return 1;
  209.     }
  210.    
  211.     if(cmd[0] == "/int31")
  212.     {
  213.         setPlayerCoordinates(playerid, 932.744, -189.285, 35.1431);    
  214.         displayPlayerText(playerid, 0.3, 0.8, "~y~Michelle's Appartment", 5000);
  215.         return 1;
  216.     }
  217.    
  218.     if(cmd[0] == "/int32")
  219.     {
  220.         setPlayerCoordinates(playerid, -1395.83, 1478.13, 26.4474);    
  221.         displayPlayerText(playerid, 0.3, 0.8, "~y~Pegorino's House", 5000);
  222.         return 1;
  223.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement