Need help with Taxi .
#1

I need a code for
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
There no Taxi code like
if(IsABaitCar(vehicleid))
{
foreach (new i : Player)
{
if(!ispassenger)
{
PlayerTextDrawSetString(i, Textdraw5, "~g~[");
}
else
{
if(GetPlayerVehicleSeat(playerid) == 1)
{
PlayerTextDrawSetString(i, Textdraw6, "~g~]");
}
else if(GetPlayerVehicleSeat(playerid) == 2)
{
PlayerTextDrawSetString(i, Textdraw7, "~g~[");
}
else if(GetPlayerVehicleSeat(playerid) == 3)
{
PlayerTextDrawSetString(i, Textdraw8, "~g~]");
}
}
}
}
.


I need a code and also two cmd for Taxi job and Faction.

/starmeter and /stopmeter
Please help
Reply


Messages In This Thread
Need help with Taxi . - by SoFahim - 13.05.2015, 16:49
Re: Need help with Taxi . - by Sellize - 13.05.2015, 16:51
Re: Need help with Taxi . - by Luis- - 13.05.2015, 16:52
Re: Need help with Taxi . - by SoFahim - 13.05.2015, 17:27

Forum Jump:


Users browsing this thread: 2 Guest(s)