DriftV
DriftV copied to clipboard
Adding cars
So after adding cars to the server I had this odd thing where 2 globals went completely nil. They were clientside issues that when you join you could no longer click anything and no music would play you would just spawn as your ped. I believe it was in
driftv/client/_init.lua
and the 2 globals were p
and new
these were used in a p:
and new:player
format I believe and I have no clue how to fix it. im reuploading the files but if this can be explained and how to fix it that would help (I only assume this is vehicles because I added 2 vehicles restarted the server and this happened. Yes ive done my own coding to the server but that never broke anything after the restart like this)