- 0
Problema mica la un sistem
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
_Andrei_
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_3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now