[HELP] Problem with CMD (/fare).
#6

Okay. Now tell me why there is a "!" character.
Try to remove it here:

if(!IsSATaxi(GetPlayerVehicleID(playerid)) && !IsSATaxiL(GetPlayerVehicleID(playerid)))

=

if(IsSATaxi(GetPlayerVehicleID(playerid)) && IsSATaxiL(GetPlayerVehicleID(playerid)))

You should remove it here too:

if(!IsTaxiDriver(playerid))

=

if(IsTaxiDriver(playerid))
Reply


Messages In This Thread
[HELP] Problem with CMD (/fare). - by GBLTeam - 21.11.2014, 00:23
Re: [HELP] Problem with CMD (/fare). - by ikey07 - 21.11.2014, 00:27
Re: [HELP] Problem with CMD (/fare). - by GBLTeam - 21.11.2014, 02:08
Re: [HELP] Problem with CMD (/fare). - by Rdx - 21.11.2014, 05:52
Re: [HELP] Problem with CMD (/fare). - by GBLTeam - 21.11.2014, 10:27
Re: [HELP] Problem with CMD (/fare). - by Rdx - 21.11.2014, 14:02

Forum Jump:


Users browsing this thread: 2 Guest(s)