Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
Creating a Live stream
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Kaz" data-source="post: 287648" data-attributes="member: 1611"><p>You will need to modify the server code, so when a user is killed, it pulls the killers name (preferably by id incase of a name change) along with their look. (you would then need to do this for all actions you wish to log)</p><p>From this you will then insert this into a database table, lets say live_feed</p><p>Id, user, action, time</p><p></p><p>I have added action in there, so you can specify what happens (user killed, user dead, user arrested) this way you can then maybe have a 'sort by' for the live feed allowing users to see various logs</p></blockquote><p></p>
[QUOTE="Kaz, post: 287648, member: 1611"] You will need to modify the server code, so when a user is killed, it pulls the killers name (preferably by id incase of a name change) along with their look. (you would then need to do this for all actions you wish to log) From this you will then insert this into a database table, lets say live_feed Id, user, action, time I have added action in there, so you can specify what happens (user killed, user dead, user arrested) this way you can then maybe have a 'sort by' for the live feed allowing users to see various logs [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
Creating a Live stream
Top