SA-MP Forums Archive
Skin objects invisible? - 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: Skin objects invisible? (/showthread.php?tid=511173)



Skin objects invisible? - HitterHitman - 04.05.2014

Hello everybody I want to add model 29 to my map and don't want to waste my player slot for a NPC, I tried adding the objects but when i saw it IG it was invisible. Anyhelp?


Re: Skin objects invisible? - [WSF]ThA_Devil - 04.05.2014

Skins and vehicles can't be created as objects, because they're not.
GTA San Andreas shares the ID system between skins, vehicles, objects but they do not work mixed up.

Imagine what would happen if CJ skin was used as vehicle...


You'll have to use NPCS for that.

EDIT: Last thing you *could* try to do, is spawn big Cesar object, and try to change its texture to any other players texture... *Not sure if gonna work tho'*


Re: Skin objects invisible? - XK - 04.05.2014

as tha_devil said....you cant create objects,skin objects,use NPC for that


Re: Skin objects invisible? - HitterHitman - 04.05.2014

ok thanks mates.