• 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Suggestion] Open.MP API
#1
1: The option to allow or not, enter the server if the user has .asi or other files in their games folder.



Code:
OnPlayerHasAsiFiles(playerid)





2: All keys



3: Sounds from the server, as it is with the custom models in the 0.3.dl but with sounds.



4: Obtain the resources of the pc in which the player enters, to create personalized options depending on your hardware, to optimize



5: Voice Chat.

Code:
OnPlayerSpeak(playerid)



OnPlayerConectToVoiceChat(playerid, voicechatid)



OnPlayerDisconectToVoiceChat(playerid, voicechatid)



ConectPlayerToVoiceChat(playerid, voicechatid)



DisconectPlayerToVoiceChat(playerid, voicechatid)



6: Connectivity between servers, that the same server can connect to another.

Code:
ConectPlayerToServer(playerid, "111.11.11.11:7777");



EnableConnectionFromAnotherServer()





7:A suitable browser that can be used in the game. It would be great to desing interfaces from html and css.



Code:
StartWebBrowser(playerid, url)



SetWebBrowserUrl(playerid, url)



OnPlayerEnterToWebBrowser(playerid)



OnPlayerExitToWebBrowser(playerid)



OnPlayerConectToUrl(playerid, url)



OnPlayerDisconectToUrl(playerid, url)



EnableJavascript(playerid)



DisableJavascript(playerid)
  Reply


Messages In This Thread
Open.MP API - by Atom - 2019-04-15, 12:36 AM
RE: Open.MP API - by Gravityfalls - 2019-04-18, 07:15 PM
RE: Open.MP API - by GiamPy - 2019-04-20, 12:48 PM
RE: Open.MP API - by Gravityfalls - 2019-04-22, 04:41 PM
RE: Open.MP API - by Dayrion - 2019-04-23, 03:38 PM
RE: Open.MP API - by javelin - 2019-04-23, 11:47 PM
RE: Open.MP API - by Zorono - 2019-04-24, 07:08 AM
RE: Open.MP API - by Godfather - 2019-04-25, 09:37 AM
RE: Open.MP API - by BloodMaster - 2019-04-25, 03:09 PM
RE: Open.MP API - by iReal Worlds - 2019-04-25, 10:57 PM
RE: Open.MP API - by BloodMaster - 2019-04-26, 09:27 AM
RE: Open.MP API - by iReal Worlds - 2019-04-27, 02:28 PM
RE: Open.MP API - by Gravityfalls - 2019-05-02, 06:47 PM

Forum Jump: