SAMPProjects / Open-SAMP-API

An open source API for GTA SA:MP
GNU Lesser General Public License v3.0
63 stars 15 forks source link

IsChatOpen and IsDialogOpen missing #10

Closed BigBrainAFK closed 9 years ago

BigBrainAFK commented 9 years ago

As the title sais these two functions are missing and they are the functions I use the most and most other APIs or SAMPD UDF just have IsChatOpen which combines them... I need them seperated so that I can make checks if the dialog has opened or not and more stuff like that.

agrippa1994 commented 9 years ago

It's the same case like on #11. It should also be possible, but there's no time at the moment :(

BigBrainAFK commented 9 years ago

Well it is possible as your old API with minikahn had these two functions and they still work