20.07.2010, 19:33
I created a car rental company.
The money goes to the vault, appears the phrase when you enter the car ... so you have a problem
the car does not freeze as the guy goes into it.
The car has to stay frozen until the guy typing /carhire, if not he will not pay to use it
this is where I tried to do
it's just not working
someone to help please?
The money goes to the vault, appears the phrase when you enter the car ... so you have a problem
the car does not freeze as the guy goes into it.
The car has to stay frozen until the guy typing /carhire, if not he will not pay to use it
Код:
if(newcar >= 372 && newcar <= 377)
{
if (HireCar[playerid] != newcar)
{
format(string, sizeof(string), "~w~You can rent this car ~n~ Cost: $ 500 ~g~ ~n~ ~w~ For Rent type ~g~ / carhire ~w~~n~ enter to exit ~r~ /exit");
TogglePlayerControllable(playerid, 0);
GameTextForPlayer(playerid, string, 5000, 3);
}
}
it's just not working
someone to help please?

