Quote:
Originally Posted by euRo`
Ok i have a vehicle ownership, which have a description, when players enter they will see vehicle name and price,
problem is all names are +1 to the other car, for eg: buffalo [1] correct name
buffalo [2] incorrect and it displays infernus which it is not.
And the infernus is the next car.
I go into carspawns.cfg, everything is correct.
help! !
|
In your .cfg are all the cars spreaded on the same lines, or in seperate lines
every car should be on one line, I had this problem but learnt,
Everycar on one line E.g.
Код:
429,1708.289062,-1005.085998,23.593708,171.886306,86,86,Dealership,Banshee,170000,,0,0
429,1740.041625,-1085.380493,23.640619,359.193389,0,1,Dealership,Banshee,170000,,0,0
424,1749.196411,-1085.082519,23.741926,1.448104,11,11,Dealership,BFG,170000,,0,0
424,1780.059936,-1070.729492,23.741380,180.197860,3,3,Dealership,BFG,170000,,0,0
451,1767.333007,-1017.899475,23.668180,152.273559,3,0,Dealership,Turismo,420000,,0,0
451,1784.451782,-1070.270874,23.667577,180.092803,1,1,Dealership,Turismo,420000,,0,0
470,1783.167358,-1026.791870,23.953023,152.099334,11,0,Dealership,Patriot,90000,,0,0
Not Like this
Код:
429,1708.289062,-1005.085998,23.593708,171.886306,86,86,Dealership,Banshee,170000,,0,0429,1740.041625,-1085.380493,23.640619,359.193389,0,1,Dealership,Banshee,170000,,0,0424,1749.196411,-1085.082519,23.741926,1.448104,11,11,Dealership,BFG,170000,,0,0424,1780.059936,-1070.729492,23.741380,180.197860,3,3,Dealership,BFG,170000,,0,0451,1767.333007,-1017.899475,23.668180,152.273559,3,0,Dealership,Turismo,420000,,0,0451,1784.451782,-1070.270874,23.667577,180.092803,1,1,Dealership,Turismo,420000,,0,0470,1783.167358,-1026.791870,23.953023,152.099334,11,0,Dealership,Patriot,90000,,0,0
On car on every line
Hope this helps