SA-MP Forums Archive
[FilterScript] [FS] See player commands, deaths... etc in serverlog or as in-game admin - 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] [FS] See player commands, deaths... etc in serverlog or as in-game admin (/showthread.php?tid=70501)



[FS] See player commands, deaths... etc in serverlog or as in-game admin - Kurence - 25.03.2009

I have made simple script that allows you to see commands, interior changes,enter/exit vehicles...
Features
OnPlayerDisconnect - Player Kurence has left server(/q) //left
OnPlayerSpawn : Player Kurence has spawned with skin : ID
OnPlayerDeath : Player Kurence died killer: Player (Shotgun)
OnVehicleDeath : Destroyed vehicle : vehicleid killer : Kurence. Modelid : model
OnPlayerEnterVehicle : Player Kurence is entering vehicle : vehicleid. Modelid : model
OnPlayerExitVehicle : Player Kurence is leaving vehicle : vehicleid. Modelid : model
OnPlayerInteriorChange : Player Kurence changed interior from ID to ID
OnPlayerPrivmsg : PM : Kurence --> Player : Hi how are you ?
OnPlayerCommandText : Command : Kurence /login kura //FALSE PASSWORD!!
-/login or /register commands are automatic censored!
Screen
(One old GM )
DOWNLOAD (attached)


Re: [FS] See player commands, deaths... etc in serverlog or as in-game admin - Mikep - 25.03.2009

Yeah seeing /register would be secure wouldn't it.


Re: [FS] See player commands, deaths... etc in serverlog or as in-game admin - SPFoxy - 25.03.2009

lol

Good job mate


Re: [FS] See player commands, deaths... etc in serverlog or as in-game admin - Mikep - 25.03.2009

Guess you could just detect if theres "/register" or "/login" in the cmdtext..


Re: [FS] See player commands, deaths... etc in serverlog or as in-game admin - Kurence - 25.03.2009

Good idea thanks


Re: [FS] See player commands, deaths... etc in serverlog or as in-game admin - luxeon - 25.03.2009

haha - useful ^^

Luxeon


Re: [FS] See player commands, deaths... etc in serverlog or as in-game admin - Kurence - 25.03.2009

/register and /login are now censored


Re: [FS] See player commands, deaths... etc in serverlog or as in-game admin - Rks25 - 25.03.2009

nice.