AddStaticPickup(1272, 1, 1083.0114,-1226.5907,15.8203); //SWAT Gang HQ PICKUPif(PlayerToPointStripped(1, playerid, 1083.0114,-1226.5907,15.8203,73.8689, cx,cy,cz)){//S.W.A.T be{GameTextForPlayer(playerid, \"~w~S.W.A.T Központ\", 5000, 1);SetPlayerInterior(playerid, 5);SetPlayerPos(playerid,-1226.5907,15.8203,73.8689);PlayerInfo[playerid][pInt] = 5;}}else if(PlayerToPointStripped(1, playerid, 1083.0114,-1226.5907,15.8203,73.8689, cx,cy,cz)){//swat ki//GameTextForPlayer(playerid, \"~w~Los Santos\", 5000, 1);SetPlayerInterior(playerid, 0);SetPlayerPos(playerid,-690.9606,939.6362,13.6328);PlayerInfo[playerid][pInt] = 0;
//Elejenew swatbe;new swatki//GameModeInit aláswatbe = CreatePickup(1272, 1, 1083.0114,-1226.5907,15.8203); //S.W.A.T. Gang Exterior PICKUPswatki = CreatePickup(1272, 1, 1083.0114,-1226.5907,15.8203);//S.W.A.T. Gang Interior PICKUP//OnPlayerPickUpPickupbapublic OnPlayerPickUpPickup(playerid, pickupid){if(pickupid == swatbe) {GameTextForPlayer(playerid, \"~w~S.W.A.T Központ\", 5000, 1);SetPlayerInterior(playerid, 5);SetPlayerPos(playerid,-1226.5907,15.8203,73.8689);PlayerInfo[playerid][pInt] = 5;}if(pickupid == swatki) {//GameTextForPlayer(playerid, \"~w~Los Santos\", 5000, 1);SetPlayerInterior(playerid, 0);SetPlayerPos(playerid,-690.9606,939.6362,13.6328);PlayerInfo[playerid][pInt] = 0;} return 1;}