Jump to content

[DELETED]Clan Vehicles


Rafaly
 Share

Recommended Posts

        case DIALOG_CLANVEHICLES: {
            if(!response) return true;
            new title[40];
            format(title, sizeof(title), "Clan: $%s", FormatNumber(ClanInfo[PlayerInfo[playerid][pClan]][ClanBank]));
            format(string, sizeof(string), "Infernus - comming\nSavana - comming");
            ShowPlayerDialog(playerid, DIALOG_CLANVEHICLES+1, DIALOG_STYLE_LIST, title, string, "Select", "Cancel");
        }  

 case DIALOG_CLANVEHICLES+1: {
            if(!response) return true;
            switch(listitem) {
                case 0: SCM(playerid, COLOR_RED, "Comming");
                case 1: SCM(playerid, COLOR_RED, "Comming");
            }  

 

Ma poate ajuta cineva sa adaug masinile la clanvehicles?

Edited by Rafaly
Link to comment
Share on other sites

Topic mutat in categoria corespunzatoare. Va rog sa fiti mai atenti si sa cititi numele categoriilor!

                                                                                                                              

Link to comment
Share on other sites

  • 3 weeks later...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...