adding cars to interior???
#1

how would i go about adding cars to an interior, im new to scripting....in my scriptfiles under businesses (thats how i got the interior through /createbusiness) there is my business file that i want to add cars to, here this is,


BusinessName Stadium (Bloodbowl)
BusinessX 87.986228
BusinessY 3527.901123
BusinessZ 9.522457
BusinessType 26
BusinessLevel 1
LastTransaction 213
Owned Yes
Owner marshall_mathers

i found out through t/loc that it is world 1000 and interior 15, please help me,
best regards,
jtweak
Reply
#2

https://sampwiki.blast.hk/wiki/LinkVehicleToInterior
Reply
#3

i tried that it didn't work
Reply
#4

Note: Replace "vIDHERE" with your vehicle model.

pawn Код:
new Bloodbowl = CreateVehicle(vIDHERE,87.986228,3527.901123,9.522457,-1,-1,-1);
SetVehicleVirtualWorld(Bloodbowl, 1000);
LinkVehicleToInterior(Bloodbowl, 15);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)