Jump to content
  • 0

Question

Posted

deci mam uitat peste acest tutorial

http://wiki.sa-mp.com/wiki/InteriorCars

dar nu am inteles ceva

unde pun :

[pawn]LinkVehicleToInterior(bloodring1, 15);[/pawn]

si

[pawn]SetVehicleVirtualWorld(bloodring1, 15);[/pawn]

7 answers to this question

Recommended Posts

Posted

Intro comanda sau callback, depinde unde trebuie TU sa le folosesti.

Posted

io vreau sa fac la factiunea people racing niste masini ,am un interior mare la hq si acolo vreau sa pun masinile ...

multumesc,o sa revin cu un edit daca merge ...

Posted

Da si adaugi asa:

[pawn]

//la inceput

new prcar1, prcar2, prcar3;

//OnGameModeInit()

prcar1 = AddStaticVehicleEx(504, -1394.20, 987.62, 1023.96, 0.0, -1, -1, 10);

prcar2 = AddStaticVehicleEx(504, -1394.20, 987.62, 1023.96, 0.0, -1, -1, 10);

prcar3 = AddStaticVehicleEx(504, -1394.20, 987.62, 1023.96, 0.0, -1, -1, 10);

LinkVehicleToInterior(prcar1, 15);//15 int-u unde vrei tu sa le bagi (/int)

LinkVehicleToInterior(prcar2, 15);

LinkVehicleToInterior(prcar3, 15);[/pawn]

Stiu si eu ... branza e pe bani, dar eu tot ma joc pe gratis!

Posted

pai si astea

[pawn]LinkVehicleToInterior(prcar1, 15);//15 int-u unde vrei tu sa le bagi (/int)

LinkVehicleToInterior(prcar2, 15);

LinkVehicleToInterior(prcar3, 15);[/pawn]

le pun la ongamemodelnit

sau le pun la /enter la hq ?

Posted

Nu vreau sa ma baga aiurea,dar la ceti tre masini intr-un inteorios??!?!?!

PS: Se pun sub ,,Public OnGameModeInit''

9zZndmN.png
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.