Jump to content
  • 0

Problema Panel wcode #9


xFaNeL

Question

13 answers to this question

Recommended Posts

  • 0
On 4/10/2019 at 11:59 PM, xFaNeL said:

Am si eu o problema cu panelul postat wcode #9.
Merge sa ma loghez dar cand dau pe exemplu : Factions,Clans,Staff etc ma deconecteaza , aveti idee ce asi putea sa ii fac sa nu ma mai deconecteze?

Ai cumparat Panel-ul de la Wcode sau de pe net free?. Te pot ajuta in legatura cu asta.

Ai nevoie de ajutor in scripting si nu ai bani? Te pot ajuta cu mare drag. Dar asta nu inseamna sa iti lucrez un Sistem de joc complet, daca ai nevoie de ajutor ma poti contacta pe Discord.ezgif-2-3a38433e2465.gif.9283810e304f5e405309769455e5e14b.gif

Link to comment
Share on other sites

  • 0
2 minutes ago, xFaNeL said:

De pe net 

Cine stie ce vulnerabilitati a bagat acea persoana care la pus pe internet free, si cate errori a facut in el. In fine, daca doresti eu te-as putea ajuta in legatura cu asta. Dar in seara asta nu pot! Poate maine dupa ce gat cu serviciul. Te voi anunta aici.

Ai nevoie de ajutor in scripting si nu ai bani? Te pot ajuta cu mare drag. Dar asta nu inseamna sa iti lucrez un Sistem de joc complet, daca ai nevoie de ajutor ma poti contacta pe Discord.ezgif-2-3a38433e2465.gif.9283810e304f5e405309769455e5e14b.gif

Link to comment
Share on other sites

  • 0

  
YCMD:factions(playerid, params[], help) {
    new szDialog[210], szDialog2[1700];
    strcat(szDialog2, "Numele factiunii\tMembrii/Locuri\tAplicatii\n");
    for(new i = 1; i < 17; i++) {
        format(szDialog, sizeof(szDialog), "%d. {%s}%s{FFFFFF}\t%s/17\t%s\n", i, ColorFaction, FactionName(i), GetFactionMembers(i), GetFactionStatus(i));
        strcat(szDialog2, szDialog);
    }
    ShowPlayerDialog(playerid, DIALOG_FACTIONS, DIALOG_STYLE_TABLIST_HEADERS, "Factiuni:", szDialog2, "Ok", "Close");
    return true;
}
stock GetFactionStatus(fid) {
    new szStatus[180];
    if(DynamicFactions[fid][fApp] == 1) format(szStatus, 256, "{FF0000}Inchise{FFFFFF}");
    else format(szStatus, 256, "{2FC914}Deschise{FFFFFF}");
    return szStatus;

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.