03.06.2018, 23:15
Check forum rules, 24 hour bumps only.
If anything, comment out those lines, and it may stop, but by the idea of it, it'll cause you more trouble by just removing those lines, as there's a reason that code is made the way it is.
Explain more what your issue is, as the script you have, has a system, and you, wanting to remove part of that system, will likely break it in other areas.
Code:
if(Car[playerid] != 0) DestroyVehicle(Car[playerid]); Car[playerid] = CreateVehicle(modelid, X, Y, Z, Angulo, -1,-1, -1,-1);
Explain more what your issue is, as the script you have, has a system, and you, wanting to remove part of that system, will likely break it in other areas.
