Dialog too long
#1

I have this dialog but seems too long and cant compile. I know i have to use strcat but idk how to do it with the DIALOG_STYLE_LIST

pawn Код:
CMD:obj(playerid)
{
    if (Player[playerid][Vip] < 1)
    {
        ShowPlayerDialog(playerid,DIALOG_VIP_OBJECTS,DIALOG_STYLE_LIST,"Hold Objects","SantaHat               \nParrot               \nParrot-Man               \nHippo               \nMotorCycleHelmet               \nCapBack                \nGlasses                \nSmokeFlare                \nSphere1                \nSphere2                \nSphere3                \nBalon               \nIron               \nAlien               \nIcread               \n{ffff12}Weaponaizer              \nRemove Hold Objects","Ok","Close");
    }
    return 1;
}
Reply


Messages In This Thread
Dialog too long - by Face9000 - 26.03.2017, 23:25
Re: Dialog too long - by Toroi - 26.03.2017, 23:29
Re: Dialog too long - by Face9000 - 27.03.2017, 00:39
Re: Dialog too long - by Toroi - 27.03.2017, 00:52
Re: Dialog too long - by verlaj - 27.03.2017, 11:06
Re: Dialog too long - by Yuri8 - 27.03.2017, 11:42
Re: Dialog too long - by LazzyBoy - 27.03.2017, 13:01
Re: Dialog too long - by Hackzzzz - 27.03.2017, 13:03

Forum Jump:


Users browsing this thread: 1 Guest(s)