Abrir Por Comando
#2

pawn Code:
new portao;
public OnGameModeInit()
{
  portao = CreateObject(970, 1459.099365, -1504.791870, 13.258116, 0.0000, 0.0000, 258.7500);
  return 1;
}
public OnPlayerCommandText(playerid,cmdtext[])
{
  if(strcmp(cmdtext,"/opengate",true)==0)
  {
    new Float:X, Float:Y, Float:Z;
    GetObjectPos(portao,X,Y,Z);
    MoveObject(portao,X+5,Y,Z,2.0);
    return 1;
  }
  return 0;
}
Cara, vocк que tem que saber pra onde mover, mas eu no chute pus pra ele mover 5 metros pro norte da posiзгo X dele, quem sabe vocк dк sorte.
Reply


Messages In This Thread
Abrir Por Comando - by jcs14 - 22.01.2010, 22:00
Re: Abrir Por Comando - by [O_o]Davidovich - 22.01.2010, 22:04
Re: Abrir Por Comando - by Joaquim_Blakman - 22.01.2010, 22:17
Re: Abrir Por Comando - by jcs14 - 23.01.2010, 08:05
Re: Abrir Por Comando - by Lucas_Brasil - 23.01.2010, 11:56
Re: Abrir Por Comando - by jcs14 - 24.01.2010, 13:58

Forum Jump:


Users browsing this thread: 2 Guest(s)