How to make car system like this >
#1

Hey guys i want to make ownable car system like this plz tell me .

pics>
Pickup : I did it >



CMD : Easy



dIALOG style : I did it also :


Now : pLZ tell me : Who buy car "Car register to %s"


**


**


**


**



I make sys like this . I do dailog : But don't know what to do now plz tell >
Reply
#2

do all what yo usee on screen shots ... make command,make some messages,make checkpoint etc etc
Reply
#3

I make cmd,dailog,and createveh but i want that who buy car the car register to his .
Reply
#4

plz i need this >>>>>>>>plz>>>>>>>>>>>>>>>>plz?>>>>>>>>>>>>>>>>> >
Reply
#5

Add a new variable in the player enum.
Код:
enum PlayerData
{
 Vehicle
};
Then you must be having something like this:
Код:
new Info[MAX_PLAYERS][PlayerData];
Now when a player buys a vehicle, you can get the vehicle model and store it in Vehicle

Код:
Info[playerid][Vehicle]= GetVehicleModel(vehicleid);
Then when tey conenct again, give them the same vehicle.

You can save colors and last position too, this just an example.

There are other ways of doing it too.
Reply
#6

im not sure bout this but couldnt you add an invisible area and say isPlayerInArea and then if then saying type /buy to buy car with gametext and creating menu?

Im just saying a rough outline.
Reply
#7

I do /buycar but i want the car register to player who buy this car >?
Reply
#8

Try this:

http://forum.sa-mp.com/index.php?topic=44119.0
Reply
#9

here no one make this fulll
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)