27.12.2012, 12:32
if(TransportDuty(vehicleid) && PlayerInfo[playerid][pJob] != TransportDuty)
{
//do what ever
}else{
ClearAnimations(playerid);
SendClientMessage(playerid, COLOR_BLUE,"You need to be a taxi driver");
}
}
return 1;
}
{
//do what ever
}else{
ClearAnimations(playerid);
SendClientMessage(playerid, COLOR_BLUE,"You need to be a taxi driver");
}
}
return 1;
}