class selection help again
#4

not sure but try this -
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    new string[126];
    format(string,sizeof(string),"skin - ~p~%d",GetPlayerSkin(playerid));
    PlayerTextDrawShow(playerid,Textdraw0[playerid]);
    PlayerTextDrawShow(playerid,Textdraw1[playerid]);
    PlayerTextDrawShow(playerid,Textdraw2[playerid]);
    PlayerTextDrawShow(playerid,Textdraw4[playerid]);
    PlayerTextDrawHide(playerid, Textdraw3[playerid]);//hides first
    PlayerTextDrawSetPreviewModel(playerid, Textdraw3[playerid],GetPlayerSkin(playerid));//then sets
    PlayerTextDrawShow(playerid, Textdraw3[playerid]);//then shows
    PlayerTextDrawSetString(playerid,Textdraw4[playerid],string);
    return 1;
}
Reply


Messages In This Thread
class selection help again - by ScripteRNaBEEL - 29.08.2014, 10:56
Re: class selection help again - by nightday - 29.08.2014, 12:09
Re: class selection help again - by ScripteRNaBEEL - 29.08.2014, 13:16
Re: class selection help again - by BroZeus - 29.08.2014, 13:32
Re: class selection help again - by ScripteRNaBEEL - 29.08.2014, 14:02

Forum Jump:


Users browsing this thread: 1 Guest(s)