received,send messages.
#1

Hi peoples.I need some help with my message system.Problem is all overwrite on one,but i need in a row:

Код:
new StringSet [ 50 ];
format(StringSet,50, "+370%d - %s",PlayerData[playerid][PhoneNumber],PlayerData[playerid][SenderName]);
ShowPlayerDialog(playerid,9230,DIALOG_STYLE_LIST,"Received messages",StringSet,"See","Back");
SendClientMessage(playerid,COLOR_GREEN,StringSet);
Here write in GUI player phone number and name who send message to me.And it look like that:

Код:
+3705415464 - PlayerName1
And another player send my message:and it overwrite on first+3705415464 - PlayerName1)

Код:
+3709320081 - PlayerName2
But i need in a row on GUI:

Код:
1. +3705415464 - PlayerName1
2. +3709320081 - PlayerName2
Reply


Messages In This Thread
received,send messages. - by budelis - 05.08.2011, 07:21
Re: received,send messages. - by MadeMan - 05.08.2011, 07:49
Re: received,send messages. - by budelis - 05.08.2011, 15:31
Re: received,send messages. - by budelis - 05.08.2011, 20:30
Re: received,send messages. - by AndreT - 05.08.2011, 20:36
Re: received,send messages. - by MadeMan - 06.08.2011, 07:21
Re: received,send messages. - by budelis - 09.08.2011, 15:56
Re: received,send messages. - by MadeMan - 09.08.2011, 16:09
Re: received,send messages. - by budelis - 09.08.2011, 19:23
Re: received,send messages. - by MadeMan - 09.08.2011, 19:26

Forum Jump:


Users browsing this thread: 1 Guest(s)