How to show this for the driver and the passenger ?
#6

Quote:
Originally Posted by [WSF]ThA_Devil
Посмотреть сообщение
Firstly, get vehicle id: then:
pawn Код:
foreach(new i : Player) {
if(GetPlayerVehicleID(i) == vehicle) {
new string[77]; //I changed to 77 slots.
                format(string, sizeof(string), "Passenger %s Entered the taxi with fare %d", GetPlayerNameEx(playerid), TransportValue[playeird]);
               SendClientMessage(playerid,COLOR_YELLOW,string);
}
}
Well..It works thanks man..
But is there any way to let it show as soon as the passenger steps into the taxi (Not when he press "G") and shows it for the driver only ?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)