Jump to content

Link Vehicle To Interior


Guest nVidiaX

Recommended Posts

Touto funkcí můžete portnout do interieru Auta

 

Do OnGameModeInit:

new vehicle1 = AddStaticVehicle(ID,X,Y,Z,Face,Barva1,Barva2); //Vytvoří Auto
LinkVehicleToInterior(vehicle1, Interier); // Portne do interieru

 

Takže příklad:

 

new bloodring1 = AddStaticVehicleEx(504, -1394.20, 987.62, 1023.96, 0.0, -1, -1, 10); //Bloodring auto
LinkVehicleToInterior(bloodring1, 15); // Strčí do areny

 

Je to jednudoché :-)

Link to comment
Share on other sites

omg to je tut :-D to vy kazda l*ma... "lol"

 

Každá ne, proč sem ho asi psal?

 

no psal sto proto protoze nic jine nevis "lol"

 

Kdy se mám začít smát? Abys věděl, Ja tu mam tuty i pod nickem Bl4ck J0k3r ty W4r Chuj

Link to comment
Share on other sites

mám lepší a jednoduchší spôsob :)

 

AddStaticVehicleInInterieror(modelid,Float:spawn_x,Float:spawn_y,Float:spawn_z,Float:angle, color1, color2,interieror)
  {
   LinkVehicleToInterior(AddStaticVehicle(modelid, spawn_x, spawn_y, spawn_z, angle, color1, color2), interieror);
  }

 

 

ale pekne

Link to comment
Share on other sites

mám lepší a jednoduchší spôsob :)

 

AddStaticVehicleInInterieror(modelid,Float:spawn_x,Float:spawn_y,Float:spawn_z,Float:angle, color1, color2,interieror)
  {
   LinkVehicleToInterior(AddStaticVehicle(modelid, spawn_x, spawn_y, spawn_z, angle, color1, color2), interieror);
  }

 

 

ale pekne

 

Jj i tak se to dá... Dobrý 10/10 :d

Link to comment
Share on other sites

este ste to nepochopily ???? preco sem nedavam tuty :-D no prave prototo lebu su tu same lamy ktore podpichuji... tak som ty to teraz ukazal... vydis jak te to vytocilo... :-D "lol" "lol"

Link to comment
Share on other sites

dik výhody ?

- žiadne new

- nebere moc riadkov

- priehladnosť

- moje xD

lol to co si za vola? pořád komentuješ a kritizuješ cizi tuty výtvory a sám víš beztak ho*no...

 

Hele on nekritizuje víš a to co on udělal bys neudělal za celý život tak drž...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...