11.08.2014, 23:48
(
Последний раз редактировалось Thompsoon; 11.08.2014 в 23:49.
Причина: Agradecimento
)
Deu certo aki ууу:
Vlw a todos ai (Y)
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp("/ap15", cmdtext, true) == 0)
{
if(IsPlayerInRangeOfPoint(playerid, 2.0, 1991.5396, -1727.6708, 4.6313))
{
MoveObject(ID15, 1991.5396,-1727.6708,4.6313,3,0.0000,0.0000,-90.2999);
SetTimer("MoveID15", 5000, 0);
SendClientMessage(playerid, 0x2641FEFF, "Portao aberto");
}
return 1;
}