Creating/Destroying vehicle, quick question
#1

Lets say I used this to create a vehicle:
pawn Код:
CarFrakcja1[FacCar2] = CreateVehicle(dini_Int(CarFile,"ModelID"),dini_Float(CarFile,"X"),dini_Float(CarFile,"Y"),dini_Float(CarFile,"Z"),dini_Float(CarFile,"A"),dini_Int(CarFile,"Color1"),dini_Int(CarFile,"Color2"),-1);
Without destroying this vehicle, Can I reasign CarFrakcja1[FacCar2] to become for example CarFrakcja2[FacCar2] ?
Reply
#2

CarFrakcja1 [FacCar2] is related to a number.

pawn Код:
CarFrakcja1[FacCar2] = CarFrakcja2[FacCar2];
Reply
#3

This is what you need:

https://sampforum.blast.hk/showthread.php?tid=332676
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)