SA-MP Forums Archive
[Include] "lbc_messages" - Send complex client messages - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] "lbc_messages" - Send complex client messages (/showthread.php?tid=475063)



Multifunctional Client Messages - LeBoyce - 11.11.2013

LBC Messages

This is a small include which provides functions to send complex but yet easy client messages.

Features

This is the first version of this function so if you have ideas for an other version or know how to optimize the code I'd love to hear your feedback!


Re: "lbc_messages" - Send complex client messages - Tamer - 11.11.2013

Really nice and useful. Good job.


Re: "lbc_messages" - Send complex client messages - CrazyChoco - 11.11.2013

This is honestly nice job, you just made the SendClientMessage feature easiere! Anyway, would this also work with SendClientMessageToAll?


Re: "lbc_messages" - Send complex client messages - Kaperstone - 11.11.2013

Why not just message() instead of client_message ?


Re: "lbc_messages" - Send complex client messages - LeBoyce - 11.11.2013

Quote:
Originally Posted by CrazyChoco
Посмотреть сообщение
This is honestly nice job, you just made the SendClientMessage feature easiere! Anyway, would this also work with SendClientMessageToAll?
Jap. There's a "global_Message()" included.

Quote:
Originally Posted by xkirill
Посмотреть сообщение
Why not just message() instead of client_message ?
There's no real reason I just picked it since I included a "global_Message()" and wanted to have a clear mismatch between both.


Respuesta: "lbc_messages" - Send complex client messages - JustBored - 11.11.2013

Pretty nice +rep


Re: "lbc_messages" - Send complex client messages - -CaRRoT - 11.11.2013

This is great, thank you VERY much.