Dealership help.
#1

Hello peoplez.
I'm using MySQL and I want to find the easiest way to make a dealership.
pawn Код:
enum eVehicleData
{
    vID,
    vName[200],
    vLocked,
    vPrice,
    vPos[4],
    vModel,
}
new vehicleVariables[MAX_VEHICLES][eVehicleData];
I have vehicleID as my player enum.
For now I don't mind having a /car command which gives me any vehicle (I'll advance it later on) but I'd like to look at the code on how it's all done.

Thanks.

Or if anyone is grateful to help me on Skype: JernuSAMP .
Reply


Messages In This Thread
Dealership help. - by Jernu - 17.12.2012, 17:57
Re: Dealership help. - by mineralo - 17.12.2012, 18:05

Forum Jump:


Users browsing this thread: 1 Guest(s)