08.02.2010, 19:10
pawn Код:
// No OnGameModeInit
pg1 = CreateObject(2933,1588.4119873047, -1638.1380615234, 14.099468231201,0,0,0);
if(strcmp(cmdtext, "/Fecharpg1", true) ==0)
{
MoveObject(pg1, 1588.4119873047, -1638.1380615234, 14.099468231201, 5000 );
// O tempo de movimento й em milisegundos ou seja 5000 = 5 segundos por milisegundo
return 1;
}
if(strcmp(cmdtext, "/Abrirpg1", true) ==0)
{
MoveObject(pg1,1598.6341552734, -1637.7741699219, 14.434365272522, 5000 ); // Objeto em cima = Objeto em baixo
return 1;
}