[Ajuda] /veiculo trancar
#1

O comando /veнculo trancar nгo funciona corretamente, sу consigo trancar o carro estando dentro dele, depois sу consigo destranca-lo novamente se eu entrar em algum interior e usar o comando novamente.




Qual a soluзгo ?? +rep pra quem me ajudar.


Код:
            if(strcmp(tmp, "trancar", true) == 0)
	    {
            if(PlayerInfo[playerid][pCarKey] == 0 && PlayerInfo[playerid][pCarKey2] == 0)
			{
				SendClientMessage(playerid, COLOR_GREY, "Vocк nгo tem um Carro VIP.");
				return 1;
			}
			if(PlayerInfo[playerid][pCarKey] != vehid && PlayerInfo[playerid][pCarKey2] != vehid)
			{
				SendClientMessage(playerid, COLOR_GREY, "Esse nгo й seu Carro VIP.");
				return 1;
			}
			new keycar;
			if(vehid == PlayerInfo[playerid][pCarKey]) { keycar = PlayerInfo[playerid][pVeiculo]; }
			else if(vehid == PlayerInfo[playerid][pCarKey2]) { keycar = PlayerInfo[playerid][pVeiculo2]; }
	    	if(IsPlayerConnected(playerid))
	        {
	            if(CarInfo[keycar][cLock] == 1)
				{
				for(new i = 0; i < MAX_PLAYERS; i++)
				{
					if(IsPlayerConnected(i)) SetVehicleParamsForPlayer(CarInfo[keycar][ownedvehicle],i,0,0);
				}
				format(string, sizeof(string), "~w~Veiculo VIP~n~~g~Aberto");
				PlayerPlaySound(playerid, 1145, 0.0, 0.0, 0.0);
				GameTextForPlayer(playerid, string, 10000, 3);
				CarInfo[keycar][cLock] = 0;
				return 1;
				}
				else
				{
				for(new i = 0; i < MAX_PLAYERS; i++)
				{
					if(IsPlayerConnected(i)) SetVehicleParamsForPlayer(CarInfo[keycar][ownedvehicle],i,0,1);
				}
				format(string, sizeof(string), "~w~Veiculo VIP~n~~r~Trancado");
				PlayerPlaySound(playerid, 1145, 0.0, 0.0, 0.0);
				GameTextForPlayer(playerid, string, 10000, 3);
				CarInfo[keycar][cLock] = 1;
				return 1;
				}

			}
			return true;
		}
Obs: Jб usei o Search e tentei algumas funзхes passadas aqui no forum mais nгo corrigiu o erro.
Reply


Messages In This Thread
[Ajuda] /veiculo trancar - by Fannatic_Fodao - 12.06.2012, 02:22
Re: [Ajuda] /veiculo trancar - by StrondA_ - 12.06.2012, 04:54
Re: [Ajuda] /veiculo trancar - by Fannatic_Fodao - 12.06.2012, 11:56
Re: [Ajuda] /veiculo trancar - by rjjj - 12.06.2012, 12:53
Re: [Ajuda] /veiculo trancar - by Fannatic_Fodao - 12.06.2012, 13:19
Re: [Ajuda] /veiculo trancar - by rjjj - 12.06.2012, 13:43
Re: [Ajuda] /veiculo trancar - by Fannatic_Fodao - 12.06.2012, 13:46

Forum Jump:


Users browsing this thread: 2 Guest(s)