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
#2

tell, exactly what you mean? you want to make like /buy and /sell cmds?
then you need more stuff to add into vehicle system
if you want more info or help add me on skype: dorin182
I can help you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)