SA-MP Forums Archive
GetSkin (+rep) - 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: GetSkin (+rep) (/showthread.php?tid=494144)



GetSkin (+rep) - ScripteRMKD - 11.02.2014

Hi All.I posted topic thread for help and we halped me Thanks but i have now problem ... I defined this...

pawn Код:
new auw = GetPlayerSkin(playerid);
Skin = TextDrawCreate(320.0, 240.0, "_");
TextDrawFont(Skin, TEXT_DRAW_FONT_MODEL_PREVIEW);
TextDrawUseBox(Skin, 1);
TextDrawBoxColor(Skin, 0x000000FF);
TextDrawTextSize(Skin, 40.0, 40.0);
TextDrawSetPreviewModel(Skin, auw);
And when i logging in textdraw have picture on CJ Skin but i have Police Officer Skin ... How to make to get skins and set to textdraw ? Code please )) Sorry for bad english and spam Thanks


Re: GetSkin (+rep) - ScripteRMKD - 12.02.2014

Bump help please


Re: GetSkin (+rep) - Aliassassin123456 - 12.02.2014

Put your code after your SetPlayerSkin
Edit: SetSpawnInfo will never set player skin before spawn


Re: GetSkin (+rep) - ScripteRMKD - 12.02.2014

I dont under Stand you


Re: GetSkin (+rep) - Aliassassin123456 - 12.02.2014

Where do you change player skin to Police officer? put your textdraw codes after there.


Re: GetSkin (+rep) - ScripteRMKD - 12.02.2014

On /setskin command

Edit: I think I understand where I change the skin on registering ad setskin command to make texdraw set string or?