From texture to model name - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: From texture to model name (
/showthread.php?tid=455861)
From texture to model name -
Rapgangsta - 03.08.2013
I have a texture of an object (got it with spark) is there a way to get the model name?
For example
Код:
gazebo.txd CJ_W_wood
Which is the model name?
Re: From texture to model name -
Virtual1ty - 03.08.2013
That texture can be found on these objects:
Код:
Object ID Model name
1479 DYN_GAZ_1
1480 DYN_GAZ_2
1482 DYN_GARRAGE1
You can easily find the model name using tool such as
MEd.
Re: From texture to model name -
Rapgangsta - 03.08.2013
Thank you!
I have it, but where to search for the model?
Re: From texture to model name -
Virtual1ty - 03.08.2013
When you open and configure MEd, simply click the conveniently located Find button to search for whatever you might need.
Re: From texture to model name -
Rapgangsta - 03.08.2013
Thanks rep+