Command Help.
#5

i added this to my /engine command, you think it will work?

Код:
	if(GetPlayerVehicleID(playerid) == PlayerInfo[playerid][pVVeh])
	{
		SendClientMessage(playerid, COLOR_GREEN, " You don't have the keys of this vehicle.");
	}
	else if(GetPlayerVehicleID(playerid) == PlayerInfo[playerid][pBVeh])
	{
		SendClientMessage(playerid, COLOR_GREEN, " You don't have the keys of this vehicle.");
	}
		else if(GetPlayerVehicleID(playerid) == PlayerInfo[playerid][pVeh])
	{
	SendClientMessage(playerid, COLOR_GREEN, " You don't have the keys of this vehicle.");
	}
	return 1;
}
Reply


Messages In This Thread
Command Help. - by Majd - 11.08.2014, 19:18
Re: Command Help. - by Zezombia - 11.08.2014, 20:47
Re: Command Help. - by Majd - 11.08.2014, 21:12
Re: Command Help. - by Abagail - 11.08.2014, 21:18
Re: Command Help. - by Majd - 11.08.2014, 22:09
Re: Command Help. - by Majd - 11.08.2014, 22:30
Re: Command Help. - by Zezombia - 11.08.2014, 23:05
Re: Command Help. - by Don_Cage - 12.08.2014, 00:47
Re: Command Help. - by Majd - 12.08.2014, 08:06
Re: Command Help. - by Majd - 12.08.2014, 09:18

Forum Jump:


Users browsing this thread: 1 Guest(s)