How can I create a list using textdraws?
#7

Create one textdraw where names will be showed. And my question is, is this textdraw display everytime or when player use command?
Код:
new String[256];
new PlayerName[MAX_PLAYER_NAME];
for(new A,B = GetMaxPlayers(); A < B; A++)
{
	if(IsPlayerConnected(A) && IsPlayerVip(A)) format(String,sizeof(String),"%s%s\n",String,PlayerName);
}
TextDrawSetString(TextDrawId,String);
Something like that.
Reply


Messages In This Thread
How can I create a list using textdraws? - by Write - 03.12.2014, 23:55
Re : How can I create a list using textdraws? - by TunisianoGamer - 04.12.2014, 03:44
Re: Re : How can I create a list using textdraws? - by Write - 04.12.2014, 08:43
Re: How can I create a list using textdraws? - by Write - 04.12.2014, 11:01
AW: How can I create a list using textdraws? - by Nero_3D - 04.12.2014, 11:16
Re: How can I create a list using textdraws? - by Schneider - 04.12.2014, 13:09
Re: How can I create a list using textdraws? - by Raweresh - 04.12.2014, 13:13
Re: How can I create a list using textdraws? - by Write - 04.12.2014, 15:58
AW: How can I create a list using textdraws? - by Nero_3D - 04.12.2014, 16:50
Re: How can I create a list using textdraws? - by Write - 04.12.2014, 22:27

Forum Jump:


Users browsing this thread: 1 Guest(s)