[FilterScript] Sweesskel's Logs System Using YSI - 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)
+--- Thread: [FilterScript] Sweesskel's Logs System Using YSI (
/showthread.php?tid=549622)
Sweesskel's Logs System Using YSI -
Sweesskel - 07.12.2014
Sweesskel's Logs System Using YSI
Functions:
Код:
stock SendServerMessage(Player,Message[],va_args<>)
stock SendInformationMessage(Player,Message[],va_args<>)
stock SendSuccessMessage(Player,Message[],va_args<>)
stock SendErrorMessage(Player,Message[],va_args<>)
- Player - ID of player.
- Message[] - Message to send.
- va_args<> - Arguments, like in format function.
Код:
stock SendServerMessageToAll(Message[],va_args<>)
stock SendInformationMessageToAll(Message[],va_args<>)
stock SendSuccessMessageToAll(Message[],va_args<>)
stock SendErrorMessageToAll(Message[],va_args<>)
- Message[] - Message to send;
- va_args<> - Arguments, like in format function.
Screenshots:
Credits:
Sweesskel, make this script.
******, make
YSI library.
Download:
solidfiles.com
pastebin.com
AW: Sweesskel's Logs System Using YSI -
Flori - 07.12.2014
Seems nice dude.