Difference between PlayerTextDraws and simple TextDraws
#1

Can anyone what's the difference between these two points?
For example:
pawn Код:
CreatePlayerTextDraw(playerid,x,y,text[]);
// and
new textdraw[MAX_PLAYERS];
textdraw[playerid] = CreateTextDraw(x,y,text[]);
Because I don't feel difference :////
Reply
#2

Player Textdraw shows up only for the specific players but global textdraw will be shown for all the players.
Example for player textdraw could be, the fps and ping textdraw in many servers which shows the player's fps and ping.
Example for global textdraw is the server's website name which will be displayed and is the same for all the players.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)