SA-MP Forums Archive
SAMP & Notifications - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: SAMP & Notifications (/showthread.php?tid=624349)



SAMP & Notifications - OpCodexo - 15.12.2016

I saw someone who made a pm system, so when you are tabbed out and someone sends you a pm you recieve it as a windows notification like this


Do you know what plugins or includes should i use to make that?


Re: SAMP & Notifications - saffierr - 15.12.2016

Wow, that's dope, haven't ever seen or heard that.


Re: SAMP & Notifications - SickAttack - 15.12.2016

It's fake.


Re: SAMP & Notifications - itsCody - 15.12.2016

That isn't even possible lol


Re: SAMP & Notifications - Vince - 15.12.2016

The player would have to install a client program. But then I suppose it's possible. Use sockets to send data from the server, have the client listen and then call the Windows function that puts a notification in the taskbar. The client program would need to be written in C# in Visual Studio in order to access the Windows API.