Kingston46 Posted May 4, 2012 Posted May 4, 2012 ShowPlayerDialog(PLAYERID,DIALOGID,DIALOG_STYLE,Mesaj,Buton_1,Buton_2);PLAYERID-Cui sa ii arateDIALOGID-Numarul dialoguluiDIALOG_STYLE-stilul dialogului:0 - DIALOG_STYLE_MSGBOX -numai mesaj1 - DIALOG_STYLE_INPUT -in care poti scrie ceva2 - DIALOG_STYLE_LIST -lista.Daca vrei sa adaugi o noua linie scrii \n (ex:"Reguli:\n -Nu injura...)Daca vrei sa creezi un spatiu mai mare \t (ex:"-nu injura\t-nu discrimina")OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])playerid-cine a raspunsdialogid-numarul dialoguluiresponse-ce buton a apasatlistitem-daca e DIALOG_STYLE_LIST ce a alesinputtext-daca e DIALOG_STYLE_INPUT ce a scris in casutaAcum sa construim un dialog:1.Code: #define Dialog_Test 1Dialog_Test - e o scurtatura1-Numarul dialogului2.Code: ShowPlayerDialog(playerid,Dialog_Test,DIALOG_STYLE_LIST,"Selecteaza","Ajutor\nTeleporturi\nReguli\nComenzi","Selecteaza","Inchide");Asta adaugi intro comanda,sau unde vrei tu3.La OnDialogResponse:Code: if(dialogid==Dialog_Test){if(response)//daca apasa primul buton{if(listitem==0)//Ajutor{SendClientMessage(playerid,COLOR_RED,"Ajutor...spanzura-te");}if(listitem==1)//Teleporturi{SendClientMessage(playerid,COLOR_RED,"Teleporteaza-te in mormant");}//si tot asa}else //daca a dat click pe celalt buton{SendClientMessage(playerid,COLOR_RED,"Bine ca nu ai ales");}return 1;}Sper ca ati inteles. Astept parerile voastra . Acest tutorial este facut 100% de mine va rog sa ma credeteti. si app. e primul meu tutorial.
PawnFox Posted May 4, 2012 Posted May 4, 2012 1. Mai sunt 2 tutoriale de genul asta2. Foloseste [ pawn ] [ /pawn ] pentru codurile pawno3. Nu ai spus nimic despre DIALOG_STYLE_PASSWORD 94.23.120.101:7778
Kingston46 Posted May 4, 2012 Author Posted May 4, 2012 Ok scuze atunci o sa fac alte tutoriale ce aici nu mai sunt.
Rimmon Posted May 5, 2012 Posted May 5, 2012 1)Mai este si DIALOG_STYLE_PASSWORDLa OnDialogResponse nu se foloseste if(listitem == 0) daca e input/password/msgboxSi mai sunt da nu le spun macar de il faceai complet2/5 Massari e curva mea
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