VC:MP - Annoying BUGS

Started by (vG)DesTroYeR^, Nov 10, 2025, 10:29 PM

Previous topic - Next topic

(vG)DesTroYeR^

BUG [1]:
Generic.TXD
I am using it in my server to hide the exaggerated trees, it also purifies the vision, but sometimes, the textures (streets, trees, or maybe bushes) wholly turn into white, and sometimes they turn into 'BUILDING' textures. WTF.............
BUG [2]:
Vector()
Misusing the vector function is bound to crash the entire server, for example: player.Pos = 0; player.Pos ++; player.Pos.Distance(integer); ....

(vG)DesTroYeR^

Also there should be an ability to stop/destroy sounds, like flag <- PlayerSound; flag.Delete();