Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×
  • 0

Question

Posted (edited)

Salut all, 

Am comanda /Staff

Dar cand dau /staff si dau la Admin Sau la Helpers nu-mi deschide dialog-ul  Cu cati Membri staff is.

 

Ma poate ajuta cineva, Mergea inainte perfect.

Va las aici comanda.

 

YCMD:staff(playerid, params[], help) {
    if(PlayerInfo[playerid][pAdmin] < 5) return true;
    ShowPlayerDialog(playerid, DIALOG_STAFF, DIALOG_STYLE_LIST, "Staff", "Admini\nHelperi", "Ok", "Close");
    return true;    

Edited by r3f13x2

13 answers to this question

Recommended Posts

  • 0
Posted

salut arata si DIALOG_STAFF

FiveGame  Lands

Pawno Developer, Mapping , Scripter

Since 2016

  • 0
Posted
Acum 7 ore, FiveGame a spus:

salut arata si DIALOG_STAFF

Nu e ala dialog-ul? Nu cred ca mai e altul

  • 0
Posted
Acum 7 ore, FiveGame a spus:

salut arata si DIALOG_STAFF

Ala e dialog-ul, ca altul nu gasesc.

  • 0
Posted

inseamna ca nu aveti acel case DIALOG_STAFF: in gm

FiveGame  Lands

Pawno Developer, Mapping , Scripter

Since 2016

  • 0
Posted
Acum 41 minute, FiveGame a spus:

inseamna ca nu aveti acel case DIALOG_STAFF: in gm

Daca nu aveam imi dadea erori. Dar nu-mi zice ca nu am acel case

  • 0
Posted
Acum 47 minute, FiveGame a spus:

inseamna ca nu aveti acel case DIALOG_STAFF: in gm

Am cautat in GM  case DIALOG_STAFF:

Si il am.

  • 0
Posted
Chiar acum, VLM a spus:

Arata daca il ai.

 

Acuma

 

  • 0
Posted
Acum 1 minut, VLM a spus:

Arata daca il ai.

 

case DIALOG_STAFF+1: {
            if(!response) return ShowPlayerDialog(playerid, DIALOG_STAFF, DIALOG_STYLE_LIST, "Staff", "Admini\nHelperi", "Ok", "Close");
        }

 

ase DIALOG_STAFF: {
            if(!response) return true;
            new szQuery[1024], szResult[1024], szDialog[1024], szDialog2[4000], Cache: result;
            new szPlayers, szPlayersT;
            new szName[180], szAdmin, szLastOn[180], x, y, szTitle[180], warns, userID;
            switch(listitem) {
                case 0: {

  • 0
Posted
38 minutes ago, r3f13x2 said:

case DIALOG_STAFF+1: {
            if(!response) return ShowPlayerDialog(playerid, DIALOG_STAFF, DIALOG_STYLE_LIST, "Staff", "Admini\nHelperi", "Ok", "Close");
        }

 

ase DIALOG_STAFF: {
            if(!response) return true;
            new szQuery[1024], szResult[1024], szDialog[1024], szDialog2[4000], Cache: result;
            new szPlayers, szPlayersT;
            new szName[180], szAdmin, szLastOn[180], x, y, szTitle[180], warns, userID;
            switch(listitem) {
                case 0: {

pe tot... pune-l pe pastebin

#retras

  • 0
Posted
Acum 1 minut, VLM a spus:

pe tot... pune-l pe pastebin

Imediat.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.