Posts: 74
Threads: 25
Joined: Apr 2012
Reputation:
0
I was wondering if there is a way for a player to firstly buy a car and then be able to set a new spawn for it and a lock for it. And also save that car to the player using dini or something, someone if you know how to do this please show me. If possible please use dcmd not anything else.
Posts: 102
Threads: 6
Joined: Mar 2012
Reputation:
0
lol its a big script work..
try this
on player buy a car bool:ishavingcar[MAX_PLAYERS];
and save it seperately as owncars/playername.ini
save the cord with GetVehiclePos and GetVehicleZangle and color1 and color2
and playerspawn load the file owncars/playername.ini
and put CreateVehicle with all the cord readed