Jump to content
  • 0

Problema mica la un sistem


_Andrei_

Question

Salut , am tot cautat pe google un gm cu sistem de SPRAY la clanuri , tot ce am gasit a fost gm-ul burned si angelzone ... la angelzone am incercat sa implementez dar nu am reusit .Am continuat cu copierea sistemului de pe gm Burned , tot ce am nevoie este daca cunoasteti un alt gamemode ce detine acest sistem sau sa ma ajutati in gasirea acestei errori

: error 017: undefined symbol "GetPlayer3DZone2"

Nu gasesc un include sau ceva care sa defineasca acest GetPlayer3DZone2

Un exemplu unde se afla acest symbol

CMD:clanzones(playerid, params[]) {
    new clanid = PlayerInfo[playerid][pClan];
    if(clanid == 0) return SendClientMessage(playerid, COLOR_GREY, "Nu faci parte dintr-un clan!");
    new szDialog[1024], szDialog2[1524], szZone[180];
    strcat(szDialog2, "#\tLocation\tOwned by\n");
    for(new j = 0; j < MAX_SAFEZONES; j++) {
        if(j != 0) {
            GetPlayer3DZone2(GraffitiInfo[j][gfX], GraffitiInfo[j][gfY], GraffitiInfo[j][gfZ], szZone, sizeof(szZone));
            if(GraffitiInfo[j][gfOwned] == 0) format(szDialog, sizeof(szDialog), "%d.\t%s\tServer\n", j, szZone);
            else format(szDialog, sizeof(szDialog), "%d.\t%s\t{%s}%s{FFFFFF}\n", j, szZone, ClanInfo[GraffitiInfo[j][gfOwned]][clColor], ClanInfo[GraffitiInfo[j][gfOwned]][clName]);
            strcat(szDialog2, szDialog);
        }
    }
    ShowPlayerDialog(playerid, DIALOG_CLANTURFS, DIALOG_STYLE_TABLIST_HEADERS, "Clan Turfs", szDialog2, "Select", "Cancel");
    return 1;
}

 

V-as fi  extrem de recunoscator  daca m-ati ajuta intr-un fel !Tin sa mentionez ca sunt incepator !

Mersi si o seara frumoasa tuturor si sanatate!

Edited by _Andrei_
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

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.