11.08.2009, 22:15
replace your public GateClose(playerid) with this
pawn Код:
public GateClose(playerid)
{
DestroyObject(gate);
gate = CreateObject(994, -767.1960, 92.0638, 266.4016, 0, 0, 0, 0, 0 , 0);
}

