dialog help
#2

Try with this:
pawn Код:
new info[128], map_name[6];
strdel(info,0,128); //clean the string.
for(new m; m < sizeof(MapName); m++)
{
    format(map_name,6,"%s",MapName[m]);
    strins(info,map_name,strlen(info),sizeof(info));
    if(m != sizeof(MapName))
    strins(info,"\n",strlen(info),sizeof(info));
}
//ShowPlayerDialog(playerid,DialogID,DIALOG_STYLE_LIST,"Title",info,"Click","Click 2");
Reply


Messages In This Thread
dialog help - by Champ - 08.08.2012, 20:18
Respuesta: dialog help - by [DOG]irinel1996 - 08.08.2012, 20:31

Forum Jump:


Users browsing this thread: 1 Guest(s)