Help with Dynamic Teleport system, dialog bug.
#6

pawn Код:
CMD:teleport3(playerid, params[])
{
    new string[600];
    new szFileInput[1024],File:fHandle = fopen("/Teleport.ini",io_read),index = 0;
    while(index < sizeof(TeleInfo) && fread(fHandle,szFileInput))
    for(new d = 0; d < MAX_TELES; d++)
    format(string, sizeof(string), "%s\nName: %s %d\n",string,TeleInfo[d][TeleName],d);
    ShowPlayerDialog(playerid,8055,DIALOG_STYLE_LIST,"Dynamic Port",string,"Teleport","Cancel");
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)