String placed two times?
#1

Alright so I'm making a description feature for my roleplay server, and when I enter a new description on one feature, it appears on the second one too..

pawn Код:
CMD:describe(playerid, params[])
{
    new string[128];
    format(string, sizeof(string), "{F9FFB8}Characters Head\n\
    {BDBDBD}%s (Click to edit)\n\
    {F9FFB8}Characters Arms\n\
    {BDBDBD}%s (Click to edit)"
,
    PlayerInfo[playerid][pHeadDesc], PlayerInfo[playerid][pArmDesc]);
    ShowPlayerDialog(playerid, DIALOG_DESCRIPTION, DIALOG_STYLE_LIST, "IRG:RP - Character Descriptions", string, "Edit", "Exit");
    return 1;
}


Reply


Messages In This Thread
String placed two times? - by ConnorHunter - 22.04.2014, 13:16
Re: String placed two times? - by JhnzRep - 06.05.2014, 11:43
Re: String placed two times? - by ConnorHunter - 22.05.2014, 16:28
Re: String placed two times? - by arakuta - 22.05.2014, 16:35
Re: String placed two times? - by Rittik - 22.05.2014, 16:47
Re: String placed two times? - by ConnorHunter - 22.05.2014, 17:02
Re: String placed two times? - by ConnorHunter - 23.05.2014, 17:46
Re: String placed two times? - by Patrick - 23.05.2014, 17:56
Re: String placed two times? - by ConnorHunter - 23.05.2014, 18:13
Re: String placed two times? - by Patrick - 23.05.2014, 18:31

Forum Jump:


Users browsing this thread: 2 Guest(s)