12.11.2016, 20:45
hello i have a rp gamemode where i got online im trying to edit its vehicle system so i added a parked variable on its vehicle ini files.
but when i do park vehicle it parks and if i write in code as
it sets only 1 st cars ini file so i cant set it with that because second player with car name 2 will change the 1th car too
so here is the question
how i can use that code to select players own car so it doesnt select only car number 1 but selects right car?
but when i do park vehicle it parks and if i write in code as
Код:
dini_intset("1.ini", "parked", 0)
so here is the question
how i can use that code to select players own car so it doesnt select only car number 1 but selects right car?