Hello everyone C: a question, how do I make that a player can not enter a specific car? I explain:
I need that they can't get into that specific vehicle, I can do it but only using the model of the car and that would prevent them from getting into all the cars of that model, but I only want that one. Does anyone know what I have to do? thanks c:
Code:
new carvid_0;
carvid_0?= CreateVehicle(506,539.846,-1287.868,16.946,359.176,6,0,-1);
I need that they can't get into that specific vehicle, I can do it but only using the model of the car and that would prevent them from getting into all the cars of that model, but I only want that one. Does anyone know what I have to do? thanks c: