Textdraw on class selection..
#3

Example:

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    PlayerTextDrawShow(playerid, TextDraw[playerid])
    return 1;
}

public OnPlayerSpawn(playerid)
{
    PlayerTextDrawHide(playerid, TextDraw[playerid])
    return 1;
}
Reply


Messages In This Thread
Textdraw on class selection.. - by Gogorakis - 12.08.2014, 20:03
Re: Textdraw on class selection.. - by SKAzini - 12.08.2014, 20:25
Re: Textdraw on class selection.. - by SickAttack - 12.08.2014, 20:30

Forum Jump:


Users browsing this thread: 1 Guest(s)