{
if(strcmp(cmdtext, "/openlsgate", true) == 0)
{
new string[50];
new movetime = MoveObject(lsgate1, 65.12141418, -1530.75195312, 4.83278656, 2.00);
format(string, sizeof(string), "Lsgate is now open", movetime);
SendClientMessage(playerid, 0xFF000000, string);
return 1;
}
return 0;
}
i'm the netherlands