03.06.2018, 23:33
Quote:
Check forum rules, 24 hour bumps only.
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. |