Jump to content
RAGE Multiplayer Community

SAMP Dialogs 1.0.0 JS/NodeJS (Improvement) 1.0.0

   (1 review)

1 Screenshot

About This File

SA:MP Dialog for RAGE:MP on JS/NodeJS (Improvement and Bug Fixes)

Github & Documentation : https://github.com/Revelts/-ragemp-samp-dialog-js

#Dialog Type
* 'infoDialog'
* 'listItem'
* 'listItemInfo'
* 'inputText'
* 'inputPassword'
* 'loginDialog'
* 'registerDialog'
 

#Client Event
mp.events.add("client:onDialogResponse", function (String dialogName, Number button, Number listSelected, String textInput, String passwordInput))
mp.events.add("onRequestDialog", function (String type, String dialogName, String dialogCaption, String dialogInfo, String Array dialogListItem, String Array dialogButton))
 

#Server Event
mp.events.add("server:onDialogResponse", function (String dialogName, Number button, Number listSelected, String textInput, String passwordInput))
player.call("onRequestDialog", function (String dialogName, String Array button, String Array listSelected, String textInput, String passwordInput))
 

Original Source Code : 

Edited by Revelt

  • Like 4
 Share


User Feedback

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest

MarcoQ

   1 of 1 member found this review helpful 1 / 1 member

+rep boi

Link to review
×
×
  • Create New...