Need help with bug
#2

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
Reply


Messages In This Thread
Need help with bug - by [LHT]Bally - 08.10.2011, 10:25
Re: Need help with bug - by Zonoya - 08.10.2011, 10:48
Re: Need help with bug - by [LHT]Bally - 08.10.2011, 10:53
Re: Need help with bug - by [LHT]Bally - 08.10.2011, 10:55
Re: Need help with bug - by Zonoya - 08.10.2011, 11:25

Forum Jump:


Users browsing this thread: 1 Guest(s)