02.11.2012, 19:39
Quote:
ok well i had this issue
REALLY REALLY EASY! CreateVehicle(vehid,xpos,ypos,zpos,angle+90,-1,-1,-1); look at the last bit: -1 thats all you need to do! |
Anyways, I figured it out. Everytime the player spawns his bought vehicle, it's ID starts from 191. I added
Код:
if(vehicleid > 190) DestroyVehicle(vehicleid);