11.02.2014, 21:38
Hi All.I posted topic thread for help and we halped me Thanks but i have now problem ... I defined this...
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
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);