[PROBLEM] Car selling at dealerships
#3

Quote:
Originally Posted by Tommy_Mandaz
Посмотреть сообщение
This might be the dealership problem:
pawn Код:
public IsAtDealership(playerid)
{
        if(IsPlayerConnected(playerid))
        {
            if(PlayerToPoint(5,playerid,114.9868, 1063.8870, 18.8080))
                {
                        return 1;
                }
        }
        return 0;
}
Make the range bigger because this is saying that the person has to be near one spot to be at the dealership so make it in the center of the place you want and make it around 50 radius.

Also change the createvehicle to AddstaticvehicleEx since you want everyone to see them at all times.

Thats all I can tell from the code you put in pastebin for the others, I dont see any code so I wont answer those.
Thanks for the help, I will try to make the radius bigger and then I will post results.

EDIT: It didn't change anything. Cars are still invisible, and bikes are impossible to enter and stay. And I don't know how to edit prices.
Reply


Messages In This Thread
[PROBLEM] Car selling at dealerships - by vicesource - 30.04.2011, 19:10
Re: [PROBLEM] Car selling at dealerships - by Tommy_Mandaz - 30.04.2011, 19:26
Re: [PROBLEM] Car selling at dealerships - by vicesource - 30.04.2011, 19:34
Re: [PROBLEM] Car selling at dealerships - by vicesource - 30.04.2011, 22:22
Re: [PROBLEM] Car selling at dealerships - by Tommy_Mandaz - 01.05.2011, 16:19
Re: [PROBLEM] Car selling at dealerships - by vicesource - 01.05.2011, 20:16

Forum Jump:


Users browsing this thread: 1 Guest(s)