Player ID Listed in TextDraw?
#9

Yes there are two "if"
Код:
if(GetPlayerTeam(playerid))==0)TextDrawHideForPlayer(playerid,TeamText[1]);
if(GetPlayerTeam(playerid))==1)TextDrawHideForPlayer(playerid,TeamText[0]);
in another function, but I am trying to make a list with all ids a team has in.
When a player spawns,
Код:
ShowPlayerDialog(playerid,DIALOG_TEAM_SWITCH,DIALOG_STLYE_LIST,"Please pick up your team","Team Zero\nTeam One","Select","");
I thought, maybe strcat could be of some use?
Reply


Messages In This Thread
Player ID Listed in TextDraw? - by kanerandyfirst - 20.09.2016, 13:44
Re: Player ID Listed in TextDraw? - by ReshiramZekrom - 20.09.2016, 16:00
Re: Player ID Listed in TextDraw? - by kanerandyfirst - 21.09.2016, 13:11
Re: Player ID Listed in TextDraw? - by ReshiramZekrom - 21.09.2016, 14:08
Re: Player ID Listed in TextDraw? - by kanerandyfirst - 21.09.2016, 14:11
Re: Player ID Listed in TextDraw? - by ReshiramZekrom - 21.09.2016, 14:20
Re: Player ID Listed in TextDraw? - by kanerandyfirst - 21.09.2016, 14:47
Re: Player ID Listed in TextDraw? - by ReshiramZekrom - 21.09.2016, 14:54
Re: Player ID Listed in TextDraw? - by kanerandyfirst - 21.09.2016, 15:30
Re: Player ID Listed in TextDraw? - by ReshiramZekrom - 21.09.2016, 18:31

Forum Jump:


Users browsing this thread: 6 Guest(s)