//-------------Kapu
if(!strcmp(cmdtext, \"/fel\", true)) //
{
if(PlayerInfo[playerid][pMember] == 5 || PlayerInfo[playerid][pLeader] == 5) //milyen frakcio nyithassa mpl a yaku
{
if (PlayerToPoint(15, playerid,-1431.106445, 480.586487, 14.415201)) // innen
{
MoveObject(kapuproba,-1431.249268, 480.467163, 3.215282, 15.
; //i
SetTimer(\"ProbaClose\", 12000, 0);
SendClientMessage(playerid, COLOR_BLUE,\"A kapu 7másodperc múlva záródik.\");
GetPlayerName(playerid, sendername, sizeof(sendername));
format(string, sizeof(string), \"* %s elõveszi a kapu távirányítóját és kinyitja a kaput.\", sendername);
ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
PlayerPlaySound(playerid, 8947, -1431.106445, 480.586487, 14.415201); // ide is az kell hogy honnan
}
else { SendClientMessage(playerid, COLOR_GREY,\"A távirányítodnak nincs ekkora hatótávolsága, álj közelebb a kapuhoz!\"); }
}
return 1;
}