Jump to content
  • 0

Problema GM va rog ajutatima


EfaGold21

Question

Nu intele ce sa ii fac sa nu imi mai umple chatul cu Vehicle Bought to ..... uitati o poza : http://imageshack.us/photo/my-images/585/samp008hr.png/

si uitati si liniile

      if(IsAnOwnableCar(newcar))

      {

            if(CarInfo[newcar][cOwned]==0)

          {

              TogglePlayerControllable(playerid, 0);

              format(string,sizeof(string),"~w~Vehicle: %s~n~Price: ~g~%d~n~~w~/v buy to buy this vehicle~n~~r~/exit ~w~to exit this vehicle",CarInfo[newcar][cDescription],CarInfo[newcar][cValue]);

            GameTextForPlayer(playerid,string,5000,5);

          }

          if(CarInfo[newcar][cOwned]==1)

          {

              format(string,sizeof(string),"Vehicle bought to %s",CarInfo[newcar][cOwner]);

            SendClientMessage(playerid, COLOR_BLUE, string);

          }

  }

  gLastCar[playerid] = newcar;

      gLastDriver[newcar] = playerid;

  }

plss ajutatima

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

if(IsAnOwnableCar(newcar))

      {

            if(CarInfo[newcar][cOwned]==0)

          {

              TogglePlayerControllable(playerid, 0);

              format(string,sizeof(string),"~w~Vehicle: %s~n~Price: ~g~%d~n~~w~/v buy to buy this vehicle~n~~r~/exit ~w~to exit this vehicle",CarInfo[newcar][cDescription],CarInfo[newcar][cValue]);

            GameTextForPlayer(playerid,string,5000,5);

          }

          if(CarInfo[newcar][cOwned]==1)

          {

              format(string,sizeof(string),"Vehicle bought to %s",CarInfo[newcar][cOwner]);

            SendClientMessage(playerid, COLOR_BLUE, string);

          }

  }

  gLastCar[playerid] = newcar;

      gLastDriver[newcar] = playerid;

  }

}

return 1;

}

asa?? daca pun asa imi da vreo 15 erori..... va rog ajutatima

Link to comment
Share on other sites

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.