Jump to content

JusTyX

Membru
  • Posts

    10
  • Joined

  • Last visited

    Never

Posts posted by JusTyX

  1. Buna dimineata am o problema la masina personala nu imi apare pretul in joc zicetimi si mie ce lipseste ?

    }

            if(IsAnOwnableCar(newcar))

    {

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

        {

            TogglePlayerControllable(playerid, 0);

            SendClientMessage(playerid, COLOR_YELLOW,"___________________________");

            format(string,sizeof(string),"Vehicle Name: %s",CarInfo[newcar][cDescription]);

            SendClientMessage(playerid, COLOR_YELLOW, string);

            format(string,sizeof(string),"Price: %s",CarInfo[newcar][cValue]);

            SendClientMessage(playerid, COLOR_YELLOW, string);

            format(string,sizeof(string),"Owner: %s",CarInfo[newcar][cOwner]);

            SendClientMessage(playerid, COLOR_YELLOW, string);

            SendClientMessage(playerid, COLOR_LIGHTRED,"Type /v buy to buy this car");

            SendClientMessage(playerid, COLOR_YELLOW,"___________________________");

    Inca o intrebare cum fac si unde sa pun pe gm sa dea la fiecare player intrat lv 3 si 50k ... bani in mana !!! urgent pls

  2. Am o intrebare si daca vreau sa fac asa ceva pentru factiune ce comanda trebe sa folosesc if(GetPlayerVehicleID(playerid) == Nume){ new sendername[MAX_PLAYER_NAME]; GetPlayerName(playerid, sendername, sizeof(sendername)); if(strcmp(sendername,"Numele jucatorului caruia o faci",true)) { SendClientMessage(playerid,COLOR_GREY,"  You do not have the keys of this car !"); RemovePlayerFromVehicle(playerid); }}

    ? sau sa sterg de aici :D

×
×
  • 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.