22.01.2013, 18:59
I guess you're using global variables to store these vehicles...
This happen 'cause global variable don't get destroyed.
A solution is reload the variable getting the values stored in the player files when the player log in. (or sql table).
This happen 'cause global variable don't get destroyed.
A solution is reload the variable getting the values stored in the player files when the player log in. (or sql table).