- 0
Problema Drunk Driving
-
Similar Content
-
- 5 answers
- 83 views
-
- 6 answers
- 77 views
-
- 0 answers
- 78 views
-
- 0 replies
- 34 views
-
- 3 replies
- 75 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
Saringan_cs
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