Jump to content
  • 0

Question

Posted

Am si eu o problema .. Cand ma duc la rentcar si intru in masina se blocheaza aklo nu merge nici /rentcar nici /exit

Cum as putea rezolva asta ?

6 answers to this question

Recommended Posts

Posted

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);

Posted

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

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.