- 0
problema { sau }
-
Similar Content
-
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
impulse81
salut vreau sa fac ca sa nu mai ceara licenta DMV la biciclete si am bagat asta :[pawn] if(PlayerInfo[playerid][pCarLic] < 1)
{
if(IsABike(newcar) || IsAOBike(newcar)) { }
else
{ [/pawn]
aici ..
[pawn] if(newstate == PLAYER_STATE_DRIVER) //buggy dont finnish
{// 38 / 49 / 56 = SS
if(PlayerInfo[playerid][pCarLic] < 1) // de aici
{
if(IsABike(newcar) || IsAOBike(newcar)) { }
else
{ //pana aici e linia noua
if(IsZombie[playerid] == 1)
{
RemovePlayerFromVehicle(playerid);
SendClientMessage(playerid,COLOR_RED,"Zombies can't drive !");
}
new newcar = GetPlayerVehicleID(playerid);
new oldcar = gLastCar[playerid];
new housecar = PlayerInfo[playerid][pPhousekey]+1;
TelePos[playerid][0] = 0.0;
TelePos[playerid][1] = 0.0;
if(IsABoat(newcar))
{[/pawn]
0 answers to this question
Recommended Posts