Posts: 1,130
Threads: 77
Joined: Jan 2010
Reputation:
0
What is the name of the callback that get's called when a player enters a Pay'n'Spray?
I tryied OnVehicleMod, OnVehiclePaintjob and OnVehicleRespray but no success..
Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
Those only work in the modshop, but unfortunately not in the pay'n'spray. You can create a callback for that yourself, with IsPlayerInRangeOfPoint, but there is no way to get the new color of the vehicle.
Posts: 1,130
Threads: 77
Joined: Jan 2010
Reputation:
0
No.. I don't need the color :P, it's for an anti-cheat that I'm making.. thanks.