How to set text in the screen (forever)
#6

Then assign the textdraw to a variable for each player.
pawn Код:
new PlayerText:TextDrawName[MAX_PLAYERS];
Then you can put this under OnPlayerConnect
pawn Код:
TextDrawName[playerid] = CreatePlayerTextDraw(...);
Then show it for each player
pawn Код:
PlayerTextDrawShow(playerid, TextDrawName[playerid]);
Alternatively, you can use these...
https://sampwiki.blast.hk/wiki/TextDrawCreate
https://sampwiki.blast.hk/wiki/TextDrawShowForAll
if you want it to be seen by the whole server.
Reply


Messages In This Thread
How to set text in the screen (forever) - by davidstyle1125 - 26.12.2014, 15:55
Re: How to set text in the screen (forever) - by jackx3rx - 26.12.2014, 16:53
Re: How to set text in the screen (forever) - by davidstyle1125 - 27.12.2014, 08:08
Re: How to set text in the screen (forever) - by dominik523 - 27.12.2014, 08:18
Re: How to set text in the screen (forever) - by davidstyle1125 - 27.12.2014, 08:22
Re: How to set text in the screen (forever) - by Eyce - 27.12.2014, 08:54
Re: How to set text in the screen (forever) - by LivingLikeYouDo - 27.12.2014, 08:58

Forum Jump:


Users browsing this thread: 1 Guest(s)