Help! - 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: Help! (
/showthread.php?tid=424973)
Help! -
S4ba - 24.03.2013
How i can set when someone get kicked or banned from server to write (example):
Player 'John' (id: 2) has left the server (kicked)
Player 'John' (id: 2) has left the server (banned)
or
Player 'John' (id: 2) has left the server (exit)
pawn Код:
#define TXT_PlayerLeftServer "{C0C0C0}Player '{C0C0C0}%s{C0C0C0}' (id: {00FFFF}%i{C0C0C0}) has left the server"
Re: Help! -
emokidx - 24.03.2013
https://sampwiki.blast.hk/wiki/OnPlayerDisconnect
Re: Help! -
S4ba - 24.03.2013
Quote:
Originally Posted by emokidx111
|
thank you!