dialogs help
#6

Okay. You can use strins if i'm not wrong. Something like this should work:

Код:
GetPlayersInEventOne() 
{ 
	new count[256],playname[MAX_PLAYER_NAME];
	for(new x=0; x< MAX_PLAYERS; x++) 
	{ //x = MAX_PLAYERS 
		if(Eventr[x]==1) 
		{ 
			GetPlayerName(x,playname,sizeof playname);
			strins(count,playname,0);
		} 
	} 
	return count; 
}
Reply


Messages In This Thread
dialogs help - by silverms - 04.03.2017, 17:44
Re: dialogs help - by Toroi - 04.03.2017, 18:01
Re: dialogs help - by silverms - 04.03.2017, 18:03
Re: dialogs help - by Toroi - 04.03.2017, 18:08
Re: dialogs help - by silverms - 04.03.2017, 18:17
Re: dialogs help - by Toroi - 04.03.2017, 18:39
Re: dialogs help - by silverms - 04.03.2017, 18:48
Re: dialogs help - by ThatFag - 04.03.2017, 19:18
Re: dialogs help - by JessThompson - 04.03.2017, 19:23
Re: dialogs help - by silverms - 04.03.2017, 19:30

Forum Jump:


Users browsing this thread: 2 Guest(s)