Jump to content
  • 0

problema { sau }


impulse81

Question

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]

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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.