2019-04-15, 12:36 AM
(This post was last modified: 2019-04-18, 09:07 AM by JustMichael.)
1: The option to allow or not, enter the server if the user has .asi or other files in their games folder.
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.
6: Connectivity between servers, that the same server can connect to another.
7:A suitable browser that can be used in the game. It would be great to desing interfaces from html and css.
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)
Contact
VK: https://vk.com/id592539261
Email: [email protected]
VK: https://vk.com/id592539261
Email: [email protected]