taxi system problem?
#3

Quote:
Originally Posted by coole210
If you just want to show the message......

pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    if(GetVehicleModel(vehicleid) == 420)
    {
    if(ispassenger)
        {
        return 1;
        }
    else
    {
 SendClientMessage(playerid,COLOR_RED,"You have entered a drivers vehicle. Type /onduty to go on duty as a taxi driver");
  SendClientMessage(playerid,COLOR_RED,"All taxi drivers have a fixed rate of $1 / Minute. You get a bonus for picking passengers up");
    }
        return 1;
        }
    }
    return 1;
}
Can you please read this post and just help me...it will make what i need to work way easier...I want this out of the way so badly now..
http://forum.sa-mp.com/index.php?topic=115489.0

Reply


Messages In This Thread
taxi system problem? - by killdahobo99 - 10.08.2009, 22:48
Re: taxi system problem? - by coole210 - 10.08.2009, 23:03
Re: taxi system problem? - by killdahobo99 - 10.08.2009, 23:18

Forum Jump:


Users browsing this thread: 1 Guest(s)