Posts: 1,498
Threads: 110
Joined: Aug 2013
Quote:
Originally Posted by OstGot
I'm sure that your login system work on default dialogs.
In this case you don't have to change anything in OnDialogResponse.
You just have to add a new public On AltDialogResponse in your gamemode as below:
Код:
public OnAltDialogResponse(playerid, dialogid, response, listitem) //<- Without inputtext[]
{
//Your code
return 0;
}
|
Oh yeah lol silly me thanks a lot
Posts: 52
Threads: 3
Joined: Oct 2012
Reputation:
0
it's cool but Click the arrows is difficult, difficult to read at night and sunny day, no easy ability to change colors td, no ability to change colors subtitles in dialogue
Posts: 3,324
Threads: 96
Joined: Sep 2013
Quote:
Originally Posted by Delete_
screens?
|
Uhh dude, there is a screenshot.
Posts: 959
Threads: 15
Joined: Mar 2013
Reputation:
0
26.03.2016, 08:22
(
Последний раз редактировалось OstGot; 26.03.2016 в 14:49.
)
New version v2.0
- Added Scroll-Bar (visually)
- Changed the color of some dialog elements
- Fixed minor bugs
Posts: 959
Threads: 15
Joined: Mar 2013
Reputation:
0
v2.5
- Minor optimization
- Added the ability to call items only by quick double click
- Fixed a bug with call ShowPlayerAltDialog in OnAltDialogResponse
Posts: 959
Threads: 15
Joined: Mar 2013
Reputation:
0
v3.0
- Fixed hook OnPlayerClickPlayerTextDraw
Posts: 959
Threads: 15
Joined: Mar 2013
Reputation:
0
New version 3.5
- Added compatibility with y_hooks
Posts: 959
Threads: 15
Joined: Mar 2013
Reputation:
0
v4.0
- Added new skins for dialogs
- Now to select the dialog you need to quickly click on it twice by default
- Minor bug fixes
Posts: 959
Threads: 15
Joined: Mar 2013
Reputation:
0
v4.5
- Added new skins for dialogs
Posts: 959
Threads: 15
Joined: Mar 2013
Reputation:
0
v5.0
- Fixed return values in some callback functions
Posts: 7,185
Threads: 5
Joined: Nov 2012
Reputation:
0
Thanks for keeping update this.
Nice work you did.
Posts: 1,192
Threads: 10
Joined: Dec 2017
Reputation:
0
this is amazing man you're on fire keep it up +rep.