05.08.2011, 07:21
Hi peoples.I need some help with my message system.Problem is all overwrite on one,but i need in a row:
Here write in GUI player phone number and name who send message to me.And it look like that:
And another player send my message:and it overwrite on first+3705415464 - PlayerName1)
But i need in a row on GUI:
Код:
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);
Код:
+3705415464 - PlayerName1
Код:
+3709320081 - PlayerName2
Код:
1. +3705415464 - PlayerName1 2. +3709320081 - PlayerName2