[Ajuda] Setvehiclevelocity
#1

Bom dia, criei esse comando:

Код:
new metrosf;

public OnGameModeInit()
metrosf = CreateVehicle(449, -2006.6005, 208.4270, 27.8504, 0.0000, 6, 6, 60);

public OnPlayerCommandText(playerid, cmdtext[])
{
	}
	if (strcmp("/metrospeed0", cmdtext, true, 10) == 0)
	{
 		SetVehicleAngularVelocity(metrosf, 200.0, 0.0, 0.0);
 		return 1;
	}
	if (strcmp("/metrospeed1", cmdtext, true, 10) == 0)
	{
 		SetVehicleAngularVelocity(metrosf, 0.0, 200.0, 0.0);
 		return 1;
	}
	return 0;
mas nao funciona, o comboio nao anda, e tambem ja usei o SetVehicleVelocity e nao funciona, alguma que me ajude por favor :$
Cumps.
Reply


Messages In This Thread
Setvehiclevelocity - by Netinho_the_killer - 24.07.2013, 11:37
Re: Setvehiclevelocity - by LordShadow - 24.07.2013, 13:31
Re: Setvehiclevelocity - by Netinho_the_killer - 24.07.2013, 13:49
Re: Setvehiclevelocity - by LordShadow - 24.07.2013, 13:53

Forum Jump:


Users browsing this thread: 1 Guest(s)