17.12.2012, 17:57
Hello peoplez.
I'm using MySQL and I want to find the easiest way to make a dealership.
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 .
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];
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 .