29.01.2013, 16:18
Raven's Roleplay isn't a script for beginners to use. It is very buggy and also needs updating to a faster command processor, such as 'zCMD'.
What your system does is because of the poorly coded back-end of the vehicle system, when you purchase a vehicle it starts the vehicle ID of player-purchased vehicles at '1'. When you get to around 20 vehicles purchased on your server, it then starts overwriting the placed vehicles in-game.
You will also notice that when you sell a vehicle, all of your vehicles will begin to assign themselves to other owners, displaying other players names when the vehicle actually solely belongs to you, as well as your "/stats" command displaying the wrong vehicle ID's also.
A good way to tackle this problem if you are experienced is to convert the player owned vehicles to a SQL format such as MySQL or MSSQL. But before you even attempt this, you're in for a hell of a lot of work if you do! You'd be a lot better off just using a new, polished up game-mode and starting there!
Regards, Ayumi.
What your system does is because of the poorly coded back-end of the vehicle system, when you purchase a vehicle it starts the vehicle ID of player-purchased vehicles at '1'. When you get to around 20 vehicles purchased on your server, it then starts overwriting the placed vehicles in-game.
You will also notice that when you sell a vehicle, all of your vehicles will begin to assign themselves to other owners, displaying other players names when the vehicle actually solely belongs to you, as well as your "/stats" command displaying the wrong vehicle ID's also.
A good way to tackle this problem if you are experienced is to convert the player owned vehicles to a SQL format such as MySQL or MSSQL. But before you even attempt this, you're in for a hell of a lot of work if you do! You'd be a lot better off just using a new, polished up game-mode and starting there!
Regards, Ayumi.