How do you display textures/materials in mSelection? - 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: How do you display textures/materials in mSelection? (
/showthread.php?tid=643606)
How do you display textures/materials in mSelection? -
AndreiWow - 23.10.2017
Hey guys, it is my first time when I am using mSelection, didn't really need it until now, so, it is easy to display peds, cars but textures?
PHP код:
new oblist[sizeof(MaterialIDs)];
for(new i = 0; i < sizeof(MaterialIDs); i++)
{
oblist[i] = MaterialIDs[i][TxdName];
}
ShowModelSelectionMenuEx(playerid, oblist, sizeof(MaterialIDs), "Materials List",600, 16.0, 0.0, -55.0);
Example, but it doesn't work.
Re: How do you display textures/materials in mSelection? -
AndreiWow - 23.10.2017
Quote:
Originally Posted by RIDE2DAY
It doesn't support them AFAIK. You might modify it tho.
|
Hmm, what about creating an object, apply the texture to it and then display it in mSelection?