Jump to content
  • 0

[GF/RP] Am si eu ceva intrebari in legatura scripting !!!


Question

Posted

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

31.215.195.95:7777

6 answers to this question

Recommended Posts

Posted

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

Inlocuie cu :

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

Stiu si eu ... branza e pe bani, dar eu tot ma joc pe gratis!

Posted

Scuzama ai dreptate auzi zimi si aia cu lv si bani unde se pun si ce comanda ar fi e cumva pe la onplayerconnect ?

31.215.195.95:7777

Posted

Scuzama ai dreptate auzi zimi si aia cu lv si bani unde se pun si ce comanda ar fi e cumva pe la onplayerconnect ?

Ce comanda?

Si nu mai fa 2x post.

Stiu si eu ... branza e pe bani, dar eu tot ma joc pe gratis!

Posted

Cauta in gm [pawn]if(PlayerInfo[playerid][pReg] == 0)[/pawn] si vei gasi acolo.

Stiu si eu ... branza e pe bani, dar eu tot ma joc pe gratis!

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.