Quote:
Originally Posted by Basicz
pawn Код:
if ( IsATaxicar( GetPlayerVehicleID( playerid ) ) ) { if( PlayerInfo[ playerid ][ pJob ] != 2 ) { RemovePlayerFromVehicle(playerid); SendClientMessage(playerid, COLOR_GREY,"You don't have keys of this car."); } }
|
Shit i can still taxi cars when im not taxi driver this strange.