SA-MP Forums Archive
Just wondering, is this possible with SAMP? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: General (https://sampforum.blast.hk/forumdisplay.php?fid=13)
+--- Thread: Just wondering, is this possible with SAMP? (/showthread.php?tid=504566)



Just wondering, is this possible with SAMP? - Unfriendly - 04.04.2014

If I create a new weapon using a 3d modeler, and give it animations etc...

Say, a plasma gun.
And assign it an ID like 9000.

Can I let people download that model, and add it to their gta3.img and we use it in samp where it's scripted WITHOUT replacing the current weapons?


Just curious.


Re: Just wondering, is this possible with SAMP? - Joni AA - 18.04.2014

I think, that's impossible because. Because that weapon dont have weapon stats that what are done to dat files and sa-mp uses original weapon.dat not in the data folder so i think no.


Re: Just wondering, is this possible with SAMP? - Abagail - 18.04.2014

I'm pretty sure that would have to be done by SA-MP(A.K.A Kalcor) to work properly, or even at all.


Re: Just wondering, is this possible with SAMP? - Mauzen - 18.04.2014

Nope, youd have to replace another weapon to use it this way.
You could attach your model to any other weapon as overlay, so it seems like the player is holding that custom gun. With some scripting you could also make it work like a custom weapon, but still its not a completely independent weapon.


Re: Just wondering, is this possible with SAMP? - Jamould - 18.04.2014

There are tools that allow you to add additional weapons, rather than replacing, but I don't know if they would work with Sa-mp.


Re: Just wondering, is this possible with SAMP? - Escapist - 18.04.2014

The solution might be to modify the custom.img.

You duplicate a weapon and then you modify how the duplicate looks thanks to the custom.img. There you go, a new weapon.

PS: Actually I don't know if anything I said made sense but maybe I did say something useful


Re: Just wondering, is this possible with SAMP? - Kindred - 19.04.2014

Quote:
Originally Posted by Escapist
Посмотреть сообщение
The solution might be to modify the custom.img.

You duplicate a weapon and then you modify how the duplicate looks thanks to the custom.img. There you go, a new weapon.

PS: Actually I don't know if anything I said made sense but maybe I did say something useful
You did not say anything useful. It's not possible.