Textdraw on class selection..
#1

How can I show textures on class selection? Where to put them?
I have instAlled my textures but where should I put PlayerTextDrawShow/Hide?

PS: I DONT WANT TO USE GAMETEXTFORPLAYER..I can't show codes because I am on my tablet and I am not connected on wifi.
Reply
#2

Put them under OnPlayerRequestClass or OnPlayerConnect.
Reply
#3

Example:

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)