22.11.2010, 22:22
Could be something with the script.
Go through it and look for OnPlayerStateChange or OnPlayerEnterVehicle. There should be a line like this:
This will allow npcs to drive without license.
Maybe someone with more knowledge of ravens rp can explain it better, i never worked with it yet.
Go through it and look for OnPlayerStateChange or OnPlayerEnterVehicle. There should be a line like this:
pawn Код:
if(players[playerid][busdriver])
//change it to
if(players[playerid][busdriver] || IsPlayerNPC(playerid))
Maybe someone with more knowledge of ravens rp can explain it better, i never worked with it yet.

