11.04.2017, 22:50
I have this now, but still doesn't work:
PHP код:
new g_Vehicle[13];
if(vehicleid == g_Vehicle[9] && PlayerInfo[playerid][TaxiDuty] == 0)
{
SendClientMessage(playerid, COLOR_RED, "You are not on taxi duty!");
RemovePlayerFromVehicle(playerid);
}