Posts: 528
Threads: 70
Joined: Nov 2014
Reputation:
0
I know that thing but , How can i remove that lit item? Does nothing will make the dialog dirty or ugly. I want to remove it.
Posts: 416
Threads: 47
Joined: May 2011
Reputation:
0
Delete it from showplayerdialog, it should be the very first option. Bear in mind each option is separated from eachother with a "/n" without the quotation marks.
Posts: 528
Threads: 70
Joined: Nov 2014
Reputation:
0
So I will write ShowPlayerDialog(playerid,blah ,blah "DialogExample", rand," close" , ""); right? Or how do I show that rand dialog? . Your codes defines the dialog before itself. And I don't want the new to have ShowPlayerDialog , but the text of the dialog that will be in list. And dialog on player connect.
Posts: 416
Threads: 47
Joined: May 2011
Reputation:
0
Oh wait, do you want to randomize what dialogs writings consist of instead of randomizing dialogs themselves?
Posts: 528
Threads: 70
Joined: Nov 2014
Reputation:
0
Like the info in the dialog must be random. And how can i do it? Even if we can do it then how can i get that if it's the dialog_example then the list item must do this. If its dialog_example2 then the list item must do this?