[Ajuda] Garagem de abertura
#1

Oi criei este cуdigo

Код:
public OnGameModeInit()
{
        CreateObject(17950, 1078.87, -633.38, 114.67,   0.00, 0.00, 272.41);
	CreateObject(17951, 1083.23, -633.22, 114.36,   0.00, 0.00, 2.22);
        return 1;
}
public OnPlayerSpawn(playerid)
{

	RemoveBuildingForPlayer(playerid, 3737, 1079.9688, -638.2422, 115.0156, 0.25);
	RemoveBuildingForPlayer(playerid, 3604, 1079.9688, -638.2422, 115.0156, 0.25);
        return 1;
}
public OnPlayerUpdate(playerid)
{
    if(IsPlayerInRangeOfPoint(playerid,10 , 1085.4875,-633.2848,113.1970))
    {
		MoveObject(17951, 1085.2828, -633.1617, 116.5200, 500,0.0000, 90.0000, 1.1150);
    }
    else
    {
		MoveObject(17951,1083.23, -633.22, 114.36, 500, 0.00, 0.00, 2.22);
    }
	return 1;
}
E ja me fartei de compilar e nгo hб erros nem warnings. Mas simplesmente quando entro nesse raio, nгo abre. Alguйm me pode dizer se hб algum erro?
Reply


Messages In This Thread
Garagem de abertura - by Netinho_the_killer - 13.08.2012, 21:18
Re: Garagem de abertura - by FeelLikeASir_ - 13.08.2012, 21:20
Re: Garagem de abertura - by Netinho_the_killer - 13.08.2012, 21:43

Forum Jump:


Users browsing this thread: 1 Guest(s)