Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ////////////////////////////
- //Bank Interior by Sayaron//
- ////////////////////////////
- #include <a_samp>
- #define FILTERSCRIPT
- #if defined FILTERSCRIPT
- public OnFilterScriptInit()
- {
- print("==============================");
- print("== Bank Interior by Sayaron ==");
- print("==============================");
- return 1;
- }
- public OnFilterScriptExit()
- {
- print("==============================");
- print("== Bank Interior by Sayaron ==");
- print("==============================");
- return 1;
- }
- #else
- main()
- {
- print("==============================");
- print("== Bank Interior by Sayaron ==");
- print("==============================");
- }
- #endif
- public OnGameModeInit()
- {
- CreateObject(14576, -482.16369628906, -198.66093444824, 980.00079345703, 0, 0, 0.75);
- CreateObject(2946, -466.86309814453, -198.2001953125, 984.35827636719, 0, 0, 357.31604003906);
- CreateObject(2946, -466.7080078125, -195.02656555176, 984.36566162109, 0, 0, 177.65991210938);
- CreateObject(1491, -479.08612060547, -213.3388671875, 986.75866699219, 0, 0, 0);
- CreateObject(13007, -475.021484375, -203.4521484375, 986.16741943359, 0, 0, 267.73681640625);
- CreateObject(14577, -421.435546875, -217.5068359375, 985.12335205078, 0, 0, 180.00549316406);
- CreateObject(3089, -478.60537719727, -213.35453796387, 981.51635742188, 0, 0, 0.75);
- CreateObject(3089, -476.23828125, -214.39562988281, 981.53961181641, 0, 0, 26.25);
- CreateObject(3089, -457.58416748047, -198.49922180176, 979.54022216797, 0, 0, 342.47839355469);
- CreateObject(3089, -465.66537475586, -214.6498260498, 979.54180908203, 0, 0, 27.75);
- CreateObject(2262, -453.39953613281, -211.38711547852, 980.78424072266, 0, 0, 272.05102539063);
- CreateObject(2261, -463.9052734375, -221.849609375, 980.90454101563, 0, 0, 179.60961914063);
- CreateObject(16378, -454.80169677734, -211.66088867188, 978.96862792969, 0, 0, 89.846801757813);
- CreateObject(9362, -463.28314208984, -220.99801635742, 978.958984375, 0, 0, 180.50543212891);
- CreateObject(2162, -464.16430664063, -209.51202392578, 978.20550537109, 0, 0, 0);
- CreateObject(2161, -462.39245605469, -209.4859161377, 978.20013427734, 0, 0, 0);
- CreateObject(2164, -453.00692749023, -217.82246398926, 978.20037841797, 0, 0, 271.17260742188);
- CreateObject(2163, -453.00524902344, -216.08598327637, 978.20025634766, 0, 0, 270.42254638672);
- CreateObject(2167, -460.3274230957, -216.3990020752, 0.00537109375, 0, 0, 0);
- CreateObject(2167, -452.93060302734, -219.87733459473, 978.20098876953, 0, 0, 271.17272949219);
- CreateObject(1491, -479.08972167969, -213.34439086914, 984.33569335938, 0, 0, 0);
- CreateObject(3055, -466.69039916992, -197.12467956543, 986.57647705078, 0, 0, 268.58288574219);
- CreateObject(17946, -418.92733764648, -251.23831176758, 981.21447753906, 0, 0, 359.5810546875);
- CreateObject(3117, -432.66442871094, -229.69778442383, 977.97943115234, 0, 0, 0);
- CreateObject(3029, -450.6220703125, -223.7509765625, 978.20330810547, 0, 0, 270.48901367188);
- CreateObject(3029, -450.66290283203, -208.84590148926, 978.13427734375, 0, 0, 309.208984375);
- CreateObject(1753, -472.98281860352, -195.55270385742, 984.3857421875, 0, 0, 0);
- CreateObject(1713, -470.11312866211, -199.85711669922, 978.19982910156, 0, 0, 90.327392578125);
- CreateObject(1713, -469.24130249023, -197.3401184082, 978.19818115234, 0, 0, 0);
- CreateObject(1775, -470.26870727539, -207.56434631348, 979.29846191406, 0, 0, 89.987609863281);
- CreateObject(3051, -430.06097412109, -198.73989868164, 979.57147216797, 0, 0, 46.5);
- CreateObject(3051, -430.04107666016, -199.87196350098, 979.57147216797, 0, 0, 48);
- return 1;
- }
- public OnPlayerCommandText(playerid, cmdtext[])
- {
- // Uncomment this with removing the /* and */ if you wanna use the teleport command
- /*if(strcmp("/bank", cmdtext, true, 10) == 0)
- {
- SetPlayerPos(playerid, -467.1987,-196.4525,985.3784);
- SetPlayerInterior(playerid,3);
- return 1;
- }*/
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment