Jump to content
  • 0

Problema Drunk Driving


Saringan_cs

Question

Daca scot aceasta comanda [pawn]  {

if(PlayerInfo[playerid][pCarLic] < 1)

{

    if(PlayerDrunk[playerid] >= 5)

{

    WantedPoints[playerid] += 1;

SetPlayerCriminal(playerid,255, "Drunk Driving");

}

if(TakingLesson[playerid] == 1) { }

else {

SendClientMessage(playerid, COLOR_GREY, "  You don't know how to Drive yet, so you left the Car !");

                RemovePlayerFromVehicle(playerid); }

}

else if(PlayerDrunk[playerid] >= 5)

{

    WantedPoints[playerid] += 1;

SetPlayerCriminal(playerid,255, "Drunk Driving");

}

}//Done with car check

 

if(IsACopCar(newcar))

{

    if(IsACop(playerid)) { }

    else { RemovePlayerFromVehicle(playerid); }

}[/pawn]

..nu imi da nici un warn .. dar cand intru intr'o masina merge un metru sa zicem apoi ma da afara dc?

E ptr Scoala DE Soferi

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • 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.