Jump to content

Recommended Posts

Posted (edited)

Salut , am adaugat script-ul de a nu putea folosi masini fara licenta .. doar  cand intru intr-o masina imi zice ca nu am licenta , de asemenea cand dau /examen la dmv ma scoate din masina si zice ca nu am licenta.. iar acea masina este pentru cei care dau de examen

asa si cand vreau sa dau de permis pt navigat / pilotaj

SCRIPT:          if(IsABoat(newcar))
        {
            if(PlayerInfo[playerid][pBoatLic] < 1)
            {
                SendClientMessage(playerid, COLOR_WHITE, "Ne pare rau, dar nu ai licenta de navigat!");
                   RemovePlayerFromVehicle(playerid);
            }
        }
         else if(IsACar(newcar))
        {
            if(PlayerInfo[playerid][pCarLic] < 1)
            {
                SendClientMessage(playerid, COLOR_WHITE, "Ne pare rau, dar nu ai licenta de condus!");
                RemovePlayerFromVehicle(playerid);
            }
        }
        else if(IsAPlane(newcar))
        {
            if(PlayerInfo[playerid][pFlyLic] < 1)
            {
                SendClientMessage(playerid, COLOR_WHITE, "Ne pare rau, dar nu ai licenta de pilotaj!");
                RemovePlayerFromVehicle(playerid);
            }
        }

Edited by DanyBoSS
edit

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.