SA-MP Forums Archive
Issue with preview 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: Issue with preview model (/showthread.php?tid=523293)



Issue with preview model - SeniorGamer - 01.07.2014

Alright so for some reason its setting CJ skin even tho I am checking the player skin in the textdraw...

It should show Player skin ID that he has but it shows CJ skin id

Код:
TextDrawSetPreviewModel(textdrawskin, GetPlayerSkin(playerid));
TextDrawShowForPlayer(playerid,textdrawskin);



Re: Issue with preview model - SeniorGamer - 01.07.2014

Nvm resolved