Hátt elösször is ha nincs a garázs közelébe irja ki hogy:Nem vagy a garázs közelébe azt hogy birom megcsinálni meg azt hogy csak frakció nyithassa ki
#include
forward Csukodjbe();
new kapu;
new timer;
public OnFilterScriptInit()
{
CreateObject(16409, -2990.447753, 477.329681, 3.856916, 0.000000, 0.000000, 179.699996);//asd
kapu = CreateObject(11319, -2983.099853, 478.314666, 5.274063, 0.000000, 0.000000, 0.000000);//asd
return 1;
}
public OnFilterScriptExit()
{
KillTimer(timer);
return 1;
}
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(\"/kgarazs2\", cmdtext, true, 10) == 0)
{
if(IsPlayerInRangeOfPoint(playerid,5.0,-2983.099853, 478.314666, 0.974063))
{
SendClientMessage(playerid, 0xffffffaa, \"10másodperc múlva záródik!\");
MoveObject(kapu, -2983.099853, 478.314666, 0.974063, 2.0);
timer = SetTimerEx(\"Csukodjbe\",10000,0,\"i\",playerid);
}
return 1;
}
return 0;
}
public Csukodjbe()
{
MoveObject(kapu, -2983.099853, 478.314666, 5.274063, 2.0);
}