04.04.2014, 19:12
pawn Код:
if(strcmp("/pmec", cmdtext, true, 10) == 0)
{
if(IsPlayerInRangeOfPoint(playerid,7.0,2423.8999000,-2083.6999500,15.3000000))//Coordenadas Do Portao Fechado
{
MoveObject(PortaoMecanicos1,2423.8999000,-2073.6999500,15.3000000,0.0000000,0.0000000,90.0000000,3.0);//Coordenadas Do Portao Abertio "O Portao Ira Abrir Na Velocidade 3.0"
SetTimerEx("ClosePortaoMecanicos1", 10000, false, "i", PortaoMecanicos1);//Tempo Para o Portao Fechar 10000 = 10 Segundos
SendClientMessage(playerid, COR_AMARELO, "Portao Mecanicos Aberto !");
return 1;
}
}