Jump to content
  • 0

SAMP 0.3c Objects


Samy Romafia

Question

Am vasut pe samp com o descutie de cum sa faci sa pui objectele noi pe MTA map editor.

Font: http://forum.sa-mp.com/showthread.php?t=196205

Prima data am incercat sa fac cum spune tutorialul, dar nu am reusit.

Am citit mai jos ca se poate descarca sursa direct facuta.

Am puso unde trebuia pusa dar.... tot nu merge.

Cum pot sa rezolv.

(Windows 7)

senzaolo1xv.png

www.dsrclan.forumfree.it

Link to comment
Share on other sites

10 answers to this question

Recommended Posts

Si eu credeam ca nu merge, dar era de la asta:

How to use

Go to

Code:

MTA San Andreas\server\mods\deathmatch\resources\editor_main\

and open meta.xml

Find

Code:

<script src="samp_models_rc3_1.lua" type="client"/>

<!--<script src="samp_models_rc3_2.lua" type="client"/>-->

<!--<script src="samp_models_rc4.lua" type="client"/>-->

<!--<script src="samp_models_rc5.lua" type="client"/>-->

To use RC3 objects(Part 1), uncomment the line

Code:

<script src="samp_models_rc3_1.lua" type="client"/>

and comment the other 3 lines

Code:

<script src="samp_models_rc3_2.lua" type="client"/>

<script src="samp_models_rc4.lua" type="client"/>

<script src="samp_models_rc5.lua" type="client"/>

so it'll look like:

Code:

<script src="samp_models_rc3_1.lua" type="client"/>

<!--<script src="samp_models_rc3_2.lua" type="client"/>-->

<!--<script src="samp_models_rc4.lua" type="client"/>-->

<!--<script src="samp_models_rc5.lua" type="client"/>-->

and same for RC3(Part 2), RC4 and RC5 objects:

RC3(Part 2)

Code:

<!--<script src="samp_models_rc3_1.lua" type="client"/>-->

<script src="samp_models_rc3_2.lua" type="client"/>

<!--<script src="samp_models_rc4.lua" type="client"/>-->

<!--<script src="samp_models_rc5.lua" type="client"/>-->

RC4

Code:

<!--<script src="samp_models_rc3_1.lua" type="client"/>-->

<!--<script src="samp_models_rc3_2.lua" type="client"/>-->

<script src="samp_models_rc4.lua" type="client"/>

<!--<script src="samp_models_rc5.lua" type="client"/>-->

RC5

Code:

<!--<script src="samp_models_rc3_1.lua" type="client"/>-->

<!--<script src="samp_models_rc3_2.lua" type="client"/>-->

<!--<script src="samp_models_rc4.lua" type="client"/>-->

<script src="samp_models_rc5.lua" type="client"/>

You can simply comment and uncomment these lines and restart your MTA Map Editor(by clicking DISCONNECT and then MAP EDITOR again) to switch between RC3-RC5 objects, so that no rendering problems will be caused.

There'll be a small download after changing this when you enter the map editor.

You can even uncomment them all to get all objects added (but will have rendering problems), or comment them all so that you can add original GTA:SA objects(but remember these objects don't need my converter, as they're not 0.3c objects).

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • 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.