new gate1; //on top
gate1 = CreateObject(980, 1811.45, -1890.62, 14.81, 0.00, 0.00, 273.33);//and this OnGameModeInit()
and this on cmds section if (strcmp("/open", cmdtext, true, 10) == 0)
{ MoveObject(gate1,1811.45, -1890.62, 14.81, 0.00, 0.00, 273.330,0);
// player dead
return 1;
}