Jump to content

Ovii.Adv

Membru
  • Posts

    15
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Ovii.Adv's Achievements

Apprentice

Apprentice (3/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. nu compileaza
  2. daca l-ai da la dowloand
  3. altele de genu mai ai ?
  4. daca l-ai pune si public -))) +1 oricum
  5. erori nu da,dar nu merge /staff daca pun SELECT * FROM `users` WHERE `Admin` + `Helper` > '0
  6. tot la fel e broh
  7. sal baietii,am si eu o problema... cu comanda /staff,cand dau /staff gen imi apar toate conturile inregistrate pe server nu am facut ceva bine ? ceva de genul arata cand dai /staff in joc https://imgur.com/a/CpwSTv5 CMD:staff(playerid) { mysql_tquery(SQL, "SELECT `name`,`Admin`,`Helper` FROM `users` ORDER BY `id` DESC, `Admin` DESC, `Helper` DESC;", "showStaff", "d", playerid); return 1; } forward showStaff(playerid); public showStaff(playerid) { if(cache_num_rows()) { new staff_string[126], string_mare[300]; string_mare[0] = (EOS); strcat(string_mare, "Name\tAdmin level\nHelper level\n"); for(new x; x < cache_num_rows(); x++) { new name[MAX_PLAYER_NAME]; cache_get_field_content(x, "name", name); new admin = cache_get_field_content_int(x, "Admin"); new helper = cache_get_field_content_int(x, "Helper"); format(staff_string, 126, "%s\t%d\t%d\n", name, admin, helper); strcat(string_mare, staff_string); } ShowPlayerDialog(playerid, 1, DIALOG_STYLE_TABLIST_HEADERS, "SERVER: List staff", string_mare, "Exit", ""); } return 1; }
  8. a,nu mai conteaza,ba,dar aici apar tate conturile gen,nu doar adminii / helperii
  9. dai te rog aici direct comanda ? please
  10. Sal,am si eu o problema la comanda /staff , ma poate ajuta cineva ? σνιι.α∂#7557
  11. gm-ul e ok,o sa revin cu un edit
×
×
  • 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.