- 0
Ajutor factions bug
-
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
Buldog2
Salut eu sunt buldog2 si am nevoie de ajutor nu pot sa rezolv aceasta problema
Primiti un +1 daca mi-ati fost de ajutor
Problema este la paramedic nu vede [aplicatii deschise]
Aveti aici codul de la ea: if(DynamicFactions[14][fApplication] > 0)
{
format(stringz2, sizeof(stringz2),"%s{FFFFFF}[%d/%d] %s {00FF00}[aplicatii deschise]", stringz2, GetFactionMembers(14), DynamicFactions[14][fMaxMembers], DynamicFactions[14][fName]);
}
else
{
format(stringz2, sizeof(stringz2),"%s{FFFFFF}[%d/%d] %s", stringz2, GetFactionMembers(14), DynamicFactions[14][fMaxMembers], DynamicFactions[14][fName]);
}
ShowPlayerDialog(playerid, DIALOG_FACTIONS, DIALOG_STYLE_LIST,"Factions", stringz2, "Select", "Cancel");
return 1;
}
4 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