Jump to content
  • 0

Bug rentcar


Piciu

Question

6 answers to this question

Recommended Posts

if(newcar == RENT || newcar == RENT2 || newcar == RENT3)

{

if (HireCar[playerid] != newcar)

{

format(string, sizeof(string), "~w~You can Rent this car~n~Cost:~g~$%d~n~~w~To rent type ~g~/rentcar~w~~n~to get out type ~r~/exit",SBizzInfo[0][sbEntranceCost]);

TogglePlayerControllable(playerid, 0);

GameTextForPlayer(playerid, string, 5000, 3);

Link to comment
Share on other sites

if(newcar == RENT || newcar == RENT2 || newcar == RENT3)

      {

        if (HireCar[playerid] != newcar)

        {

            format(string, sizeof(string), "~w~You can Rent this car~n~Cost:~g~$%d~n~~w~To rent type ~g~/rentcar~w~~n~to get out type ~r~/exit",SBizzInfo[0][sbEntranceCost]);

            TogglePlayerControllable(playerid, 1 );

            GameTextForPlayer(playerid, string, 5000, 3);

Incearca asa

communitylogosml.png

94.23.120.101:7778

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.