SA-MP Forums Archive
Custom model? - 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: Custom model? (/showthread.php?tid=348132)



Custom model? - Blunt P - 04.06.2012

Is it possible to make some stuff so you can change your look?

Like adding a beard to an existent model


Re: Custom model? - zDevon - 07.06.2012

It is possible, somewhat.

You can create an object using https://sampwiki.blast.hk/wiki/CreateObject, spawning any of the available objects - https://sampwiki.blast.hk/wiki/Game_Object_ID_List. After it is created you can use https://sampwiki.blast.hk/wiki/AttachObjectToPlayer to alter your character's appearance.

The list includes things like hats, masks, glasses, and bandannas. All that good stuff.