Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #define FILTERSCRIPT
- #include <a_samp>
- #define DARK_BLUE 0x01205dff
- #define LIGHT_BLUE 0x0355faff
- #include <a_samp>
- public OnFilterScriptInit()
- {
- print("test server teleport filterscript enabled");
- return 1;
- }
- public OnFilterScriptExit()
- {
- print("test server teleport filterscript disabled");
- return 1;
- }
- public OnGameModeInit()
- {
- return 1;
- }
- public OnPlayerCommandText(playerid, cmdtext[])
- {
- if(!strcmp(cmdtext, "/gotohelp"))
- {
- SendClientMessage(playerid, DARK_BLUE, "Teleport Commands");
- SendClientMessage(playerid, LIGHT_BLUE, "LS Docks - /gotolsdocks , LS Airport - /gotolsairport");
- SendClientMessage(playerid, LIGHT_BLUE, "Grove Street - /gotogrovestreet , LSPD - /gotolspd");
- SendClientMessage(playerid, LIGHT_BLUE, "County General Hospital - /gotocountygen , Interglobal Television - /gotointerglobaltelevision");
- SendClientMessage(playerid, LIGHT_BLUE, "Glen Park - /gotoglenpark , Pig Pen - /gotopigpen , Jefferson Motel - /gotojeffersonmotel");
- SendClientMessage(playerid, LIGHT_BLUE, "Dillimore PD - /gotodillimorepd , Montgomery - /gotomontgomery");
- SendClientMessage(playerid, LIGHT_BLUE, "Hilltop Farm - /gotohilltopfarm , Hunter Quarry - /gotohunterquarry");
- SendClientMessage(playerid, LIGHT_BLUE, "Greenglass College - /gotogreenglasscollege , LV Airport - /gotolvairport");
- SendClientMessage(playerid, LIGHT_BLUE, "Pirates in Mens Pants - /gotopiratesinmenspants , The Camels Toe - /gotothecamelstoe");
- SendClientMessage(playerid, LIGHT_BLUE, "Four Dragons Casino - /gotofourdragonscasino , Come A Lot - /gotocomealot");
- SendClientMessage(playerid, LIGHT_BLUE, "Emerald Isle - /gotoemeraldisle , LVPD - /gotolvpd , KACC Military Fuels - /gotokaccmilitaryfuels");
- SendClientMessage(playerid, LIGHT_BLUE, "Yellow Bell Gold Course - /gotoyellowbellgolfcourse , Abandoned Airport - /gotoabandonedairport");
- SendClientMessage(playerid, LIGHT_BLUE, "Restricted Area (Bone County Military Base) - /gotorestrictedarea");
- SendClientMessage(playerid, LIGHT_BLUE, "Sherman Dam - /gotoshermandam , Regular Com - /gotoregularcom , The Big Ear - /gotothebigear");
- SendClientMessage(playerid, LIGHT_BLUE, "Fort Carson - /gotofortcarson , Green Palms - /gotogreenpalms , Octane Springs - /gotooctanesprings");
- SendClientMessage(playerid, LIGHT_BLUE, "Lil' Probe Inn - /gotolilprobeinn , Tierra Robada - /gototierrarobada");
- SendClientMessage(playerid, LIGHT_BLUE, "Las Barrancas - /gotolasbarrancas , El Quebrados - /gotoelquebrados");
- SendClientMessage(playerid, LIGHT_BLUE, "Bayside - /gotobayside , Valle Ocultado - /gotovalleocultado");
- SendClientMessage(playerid, LIGHT_BLUE, "Las Payasadas - /gotolaspayasadas , SFPD - /gotosfpd");
- SendClientMessage(playerid, LIGHT_BLUE, "SF Airport - /gotosfairport , Foster Valley - /gotofostervalley");
- SendClientMessage(playerid, LIGHT_BLUE, "Whetstone - /gotowhetstone , Chiliad (Top) - /gotochiliadtop");
- SendClientMessage(playerid, LIGHT_BLUE, "Chiliad (Bottom) - /gotochiliadbot , Angel Pine - /gotoangelpine");
- SendClientMessage(playerid, LIGHT_BLUE, "Shady Creeks - /gotoshadycreeks , The Farm - /gotothefarm");
- SendClientMessage(playerid, LIGHT_BLUE, "Flint Range - /gotoflintrange , Flint Intersection - /gotoflintintersection");
- SendClientMessage(playerid, LIGHT_BLUE, "Santa Maria Beach - /gotosantamariabeach , Verona Beach - /gotoveronabeach");
- SendClientMessage(playerid, LIGHT_BLUE, "Verdant Bluffs - /gotoverdantbluffs , Fallen Tree - /gotofallentree");
- SendClientMessage(playerid, LIGHT_BLUE, "Blueberry Acres - /gotoblueberryacres , Blueberry - /gotoblueberry");
- SendClientMessage(playerid, LIGHT_BLUE, "Palomino Creek - /gotopalominocreek , Linden Station - /gotolindenstation");
- SendClientMessage(playerid, LIGHT_BLUE, "Pilgrim - /gotopilgrim , El Castillo Del Diabo - /gotoelcastillodeldiablo");
- SendClientMessage(playerid, LIGHT_BLUE, "Bone County Research - /gotobonecountyresearch , Arco Del Oeste - /gotoarcodeloeste");
- SendClientMessage(playerid, LIGHT_BLUE, "Carver Bridge - /gotocarverbridge , Kincaid Bridge - /gotokincaidbridge");
- SendClientMessage(playerid, LIGHT_BLUE, "Gant Bridge - /gotogantbridge , Ocean Flats - /gotooceanflats");
- SendClientMessage(playerid, LIGHT_BLUE, "Santa Flora Hospital - /gotosantaflorahospital , Garcia - /gotogarcia");
- SendClientMessage(playerid, LIGHT_BLUE, "Missionary Hill - /gotomissionaryhill , Avispa Country Club - /gotoavispacountryclub");
- SendClientMessage(playerid, LIGHT_BLUE, "SF City Hall - /gotosfcityhall , SF Federal Mint - /gotosffederalmint");
- SendClientMessage(playerid, LIGHT_BLUE, "Doherty - /gotodoherty , Easter Basin Military - /gotoeasterbasinmilitary");
- SendClientMessage(playerid, LIGHT_BLUE, "SF Downtown - /gotosfdowntown , Whitewood Estates - /gotowhitewoodestates");
- SendClientMessage(playerid, LIGHT_BLUE, "The Panopticon - /gotothepanopticon , Easter Bay Chemicals - /gotoeasterbaychemicals");
- SendClientMessage(playerid, LIGHT_BLUE, "[INFO] If you are stuck use /gotofix to reset Virtual Worlds and Interior");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotolsdocks"))
- {
- SetPlayerPos(playerid, 2769.1999512, -2455.8000488, 13.3000002);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to LS Docks");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotolsairport"))
- {
- SetPlayerPos(playerid, 1642.4000244, -2240.0000000, 13.1000004);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to LS Airport");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotogrovestreet"))
- {
- SetPlayerPos(playerid, 2525.8999023, -1667.5000000, 14.8000002);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Grove Street");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotolspd"))
- {
- SetPlayerPos(playerid, 1545.0000000, -1675.5996094, 13.1999998);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to LSPD");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotocountygen"))
- {
- SetPlayerPos(playerid, 2042.5000000, -1416.8994141, 16.7999992);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to County General Hospital");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotointerglobaltelevision"))
- {
- SetPlayerPos(playerid, 646.7999878, -1357.1999512, 13.1999998);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Interglobal Television");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotoglenpark"))
- {
- SetPlayerPos(playerid, 1934.0000000, -1127.8994141, 25.0000000);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Glen Park");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotopigpen"))
- {
- SetPlayerPos(playerid, 2421.3994141, -1222.3994141, 25.0000000);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Pig Pen");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotojeffersonmotel"))
- {
- SetPlayerPos(playerid, 2232.3999023, -1161.6999512, 25.5000000);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Jefferson Motel");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotodillimorepd"))
- {
- SetPlayerPos(playerid, 632.2000122, -571.7999878, 16.0000000);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Dillimore PD");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotomontgomery"))
- {
- SetPlayerPos(playerid, 1318.6999512, 335.3999939, 19.2000008);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Montgomery");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotohilltopfarm"))
- {
- SetPlayerPos(playerid, 1064.2998047, -311.3994141, 73.5999985);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Hilltop Farm");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotohunterquarry"))
- {
- SetPlayerPos(playerid, 595.5000000, 892.9000244, -44.7999992);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Hunter Quarry");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotogreenglasscollege"))
- {
- SetPlayerPos(playerid, 1035.6999512, 1029.5999756, 10.6000004);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Greenglass College");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotolvairport"))
- {
- SetPlayerPos(playerid, 1686.3000488, 1448.0000000, 10.3999996);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to LV Airport");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotopiratesinmenspants"))
- {
- SetPlayerPos(playerid, 2025.0000000, 1531.1999512, 10.5000000);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Pirates in Mens Pants");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotothecamelstoe"))
- {
- SetPlayerPos(playerid, 2183.8000488, 1285.5999756, 42.7000008);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to The Camels Toe");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotofourdragonscasino"))
- {
- SetPlayerPos(playerid, 2029.8000488, 1007.7000122, 10.5000000);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Four Dragons Casino");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotocomealot"))
- {
- SetPlayerPos(playerid, 2140.6000977, 1137.4000244, 13.1999998);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Come-A-Lot");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotoemeraldisle"))
- {
- SetPlayerPos(playerid, 2127.6000977, 2360.6999512, 10.5000000);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Emerald Isle");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotolvpd"))
- {
- SetPlayerPos(playerid, 2340.0000000, 2454.8999023, 14.6000004);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to LVPD");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotokaccmilitaryfuels"))
- {
- SetPlayerPos(playerid, 2587.6999512, 2789.8999023, 10.5000000);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to KACC Military Fuels");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotoyellowbellgolfcourse"))
- {
- SetPlayerPos(playerid, 1460.5999756, 2773.5000000, 10.5000000);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Yellow Bell Golf Course");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotoabandonedairport"))
- {
- SetPlayerPos(playerid, 420.6000061, 2531.6999512, 16.2999992);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Abandoned Airport");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotorestrictedarea"))
- {
- SetPlayerPos(playerid, 214.1000061, 1905.0000000, 17.2999992);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Restricted Area");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotoshermandam"))
- {
- SetPlayerPos(playerid, -718.5000000, 2062.1999512, 60.0000000);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Sherman Dam");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotoregularcom"))
- {
- SetPlayerPos(playerid, -326.7000122, 1845.8000488, 41.9000015);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Regular Com");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotothebigear"))
- {
- SetPlayerPos(playerid, -328.7999878, 1531.1999512, 75.0000000);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to The Big Ear");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotofortcarson"))
- {
- SetPlayerPos(playerid, -144.0000000, 1140.8000488, 19.3999996);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Fort Carson");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotogreenpalms"))
- {
- SetPlayerPos(playerid, 260.0000000, 1407.3000488, 10.1999998);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Green Palms");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotooctanesprings"))
- {
- SetPlayerPos(playerid, 602.9000244, 1231.3000488, 11.3999996);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Octane Springs");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotolilprobeinn"))
- {
- SetPlayerPos(playerid, -84.0999985, 1375.0000000, 9.8999996);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Lil' Probe Inn");
- return 1;
- }
- if(!strcmp(cmdtext, "/gototierrarobada"))
- {
- SetPlayerPos(playerid, -699.5000000, 953.0000000, 12.0000000);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Tierra Robada");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotolasbarrancas"))
- {
- SetPlayerPos(playerid, -834.9000244, 1499.8000488, 19.0000000);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Las Barrancas");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotoelquebrados"))
- {
- SetPlayerPos(playerid, -1503.3000488, 2657.8999023, 55.5000000);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to El Quebrados");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotobayside"))
- {
- SetPlayerPos(playerid, -2518.6999512, 2421.3999023, 16.3999996);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Bayside");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotovalleocultado"))
- {
- SetPlayerPos(playerid, -768.0996094, 2752.5996094, 45.4000015);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Valle Ocultado");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotolaspayasadas"))
- {
- SetPlayerPos(playerid, -220.7998047, 2603.5000000, 62.4000015);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Las Payasadas");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotosfpd"))
- {
- SetPlayerPos(playerid, -1609.3000488, 717.0999756, 12.3000002);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to SFPD");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotosfairport"))
- {
- SetPlayerPos(playerid, -1419.5999756, -296.0000000, 13.8000002);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to SF Airport");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotofostervalley"))
- {
- SetPlayerPos(playerid, -2060.6999512, -885.0999756, 31.7999992);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Foster Valley");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotowhetstone"))
- {
- SetPlayerPos(playerid, -1898.6999512, -1702.6999512, 21.3999996);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Whetstone");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotochiliadtop"))
- {
- SetPlayerPos(playerid, -2338.1000977, -1627.0000000, 483.3999939);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Mount Chiliad (Top)");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotochiliadbot"))
- {
- SetPlayerPos(playerid, -2390.0000000, -2176.6000977, 32.9000015);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Mount Chiliad (Bottom)");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotoangelpine"))
- {
- SetPlayerPos(playerid, -2109.1999512, -2450.6000977, 30.2999992);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Angel Pine");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotoshadycreeks"))
- {
- SetPlayerPos(playerid, -1294.6999512, -2078.5000000, 22.7000008);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Shady Creeks");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotothefarm"))
- {
- SetPlayerPos(playerid, -1054.6999512, -1122.5000000, 127.8000031);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to The Farm");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotoflintrange"))
- {
- SetPlayerPos(playerid, -377.6000061, -1419.6999512, 25.3999996);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Flint Range");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotoflintintersection"))
- {
- SetPlayerPos(playerid, -74.5000000, -1552.5000000, 2.3000000);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Flint Intersection");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotosantamariabeach"))
- {
- SetPlayerPos(playerid, 298.3999939, -1782.8000488, 4.0999999);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Santa Maria Beach");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotoveronabeach"))
- {
- SetPlayerPos(playerid, 918.0000000, -1854.0000000, 9.6000004);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Verona Beach");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotoverdantbluffs"))
- {
- SetPlayerPos(playerid, 1142.5999756, -2037.0000000, 68.6999969);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Verdant Bluffs");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotofallentree"))
- {
- SetPlayerPos(playerid, -499.3999939, -534.7000122, 25.2000008);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Fallen Tree");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotoblueberryacres"))
- {
- SetPlayerPos(playerid, -50.7999992, 21.2000008, 2.8000000);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Blueberry Acres");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotoblueberry"))
- {
- SetPlayerPos(playerid, 260.7999878, -78.8000031, 1.2000000);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Blueberry");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotopalominocreek"))
- {
- SetPlayerPos(playerid, 2336.6999512, 31.2999992, 26.1000004);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Palomino Creek");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotolindenstation"))
- {
- SetPlayerPos(playerid, 2830.0000000, 1290.6999512, 10.3999996);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Linden Station");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotopilgrim"))
- {
- SetPlayerPos(playerid, 2565.3999023, 1788.4000244, 10.5000000);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Pilgrim");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotoelcastillodeldiablo"))
- {
- SetPlayerPos(playerid, -372.0000000, 2231.8000488, 42.0999985);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to El Castillo Del Diablo");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotobonecountyresearch"))
- {
- SetPlayerPos(playerid, -544.0999756, 2593.6999512, 53.2000008);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Bone County Research");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotoarcodeloeste"))
- {
- SetPlayerPos(playerid, -788.0000000, 2413.0000000, 156.6999969);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Arcod El Oeste");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotocarverbridge"))
- {
- SetPlayerPos(playerid, -1275.3000488, 982.5000000, 44.5999985);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Carver Bridge");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotokincaidbridge"))
- {
- SetPlayerPos(playerid, -1261.5000000, 761.0999756, 34.2000008);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Kincaid Bridge");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotogantbridge"))
- {
- SetPlayerPos(playerid, -2696.8999023, 1764.8000488, 68.0999985);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Gant Bridge");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotooceanflats"))
- {
- SetPlayerPos(playerid, -2876.1000977, 448.3999939, 4.5999999);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Ocean Flats");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotosantaflorahospital"))
- {
- SetPlayerPos(playerid, -2664.3000488, 606.0999756, 14.1000004);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Santa Flora Hospital");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotogarcia"))
- {
- SetPlayerPos(playerid, -2296.1000977, 149.8999939, 35.0000000);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Garcia");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotomissionaryhill"))
- {
- SetPlayerPos(playerid, -2519.3000488, -622.4000244, 132.3999939);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Missionary Hill");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotoavispacountryclub"))
- {
- SetPlayerPos(playerid, -2723.5000000, -314.5000000, 6.8000002);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Avispa Country Club");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotosfcityhall"))
- {
- SetPlayerPos(playerid, -2706.3000488, 386.6000061, 4.0000000);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to SF City Hall");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotosffederalmint"))
- {
- SetPlayerPos(playerid, -2437.1999512, 503.6000061, 29.6000004);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to SF Federal Mint");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotodoherty"))
- {
- SetPlayerPos(playerid, -2014.1999512, 155.6000061, 27.2999992);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Doherty");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotoeasterbasinmilitary"))
- {
- SetPlayerPos(playerid, -1320.6999512, 455.6000061, 6.8000002);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Easter Basin Military");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotosfdowntown"))
- {
- SetPlayerPos(playerid, -1496.4000244, 920.2999878, 6.8000002);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to SF Downtown");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotowhitewoodestates"))
- {
- SetPlayerPos(playerid, 931.7999878, 1976.5999756, 10.5000000);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Whitewood Estates");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotothepanopticon"))
- {
- SetPlayerPos(playerid, -737.7000122, -128.3999939, 66.8000031);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to The Panopticon");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotoeasterbaychemicals"))
- {
- SetPlayerPos(playerid, -1018.2999878, -663.7999878, 31.7000008);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have teleported to Easter Bay Chemicals");
- return 1;
- }
- if(!strcmp(cmdtext, "/gotofix"))
- {
- SetPlayerVirtualWorld(playerid, 0);
- SetPlayerInterior(playerid, 0);
- SendClientMessage(playerid, LIGHT_BLUE, "[GOTO] You have set Virtual World and Interior to default");
- return 1;
- }
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment