- 0
Ajutor comanda /factiuni
-
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
euionut
Problema intalnita (descriere): La comanda /factiuni am o problema... Problema este ca apare in lista de dialog "Factiuni" si nu stiu cum sa fac sa dispara... Poze mai jos
Ero(area / rile) / warning-(ul / urile): Nici una
Liniile de cod / sursa / script-ul(obligatoriu):
CMD:factiuni(playerid, params[]) { new members; for(new xf = 0; xf < MAX_GROUPS; xf++) { if(strlen(groupVariables[xf][gGroupName]) >= 1 && strcmp(groupVariables[xf][gGroupName], "None", true)) { new stringy2[256]; mysql_format(handle, stringy2, 256, "SELECT * FROM `playeraccounts` WHERE `playerGroup` = '%d'", xf); new Cache: resultx = mysql_query (handle, stringy2); members = cache_get_row_count(); cache_delete(resultx); format(szMessage, sizeof(szMessage),"%sn[%d/%d] %s", szMessage, members, groupVariables[xf][gSlots], groupVariables[xf][gGroupName]); } } ShowPlayerDialog(playerid, 4500, DIALOG_STYLE_LIST,"%s", szMessage, "Select", "Cancel", szMessage); SelFaction[playerid] = 0; return 1; }Imagini / Video (optional):
Ati incercat sa rezolvati singur?: Da
Edited by euionut8 answers to this question
Recommended Posts