08.10.2011, 10:48
public OnPlayerExitVehicle(playerid, vehicleid)
{
if(Called[playerid] == true)
{
new paid[128];
format(paid, sizeof paid, "[INFO] You have paid the taxi driver %d", pAmount[playerid]);
SendClientMessage(playerid, COLOR_WHITE, paid);
SendClientMessage(playerid, COLOR_WHITE, "{00ffff}[Taxi Driver]Thank you!"); // random message
KillTimer(fairtime_timer);
pAmount[playerid] = 0;
}
return 1;
}
here its just sending the message Bally not Giving the cash u gotta add /givecash playerid -[amount of cash] and givecash taxidriver or something +[amount of cash] then it will work xD
{
if(Called[playerid] == true)
{
new paid[128];
format(paid, sizeof paid, "[INFO] You have paid the taxi driver %d", pAmount[playerid]);
SendClientMessage(playerid, COLOR_WHITE, paid);
SendClientMessage(playerid, COLOR_WHITE, "{00ffff}[Taxi Driver]Thank you!"); // random message
KillTimer(fairtime_timer);
pAmount[playerid] = 0;
}
return 1;
}
here its just sending the message Bally not Giving the cash u gotta add /givecash playerid -[amount of cash] and givecash taxidriver or something +[amount of cash] then it will work xD