Suggestion...

Started by Vinny, January 05, 2012, 19:08

Vinny

I suggest to add this list with murders comitted. This could help to resolve some reports for Killing/Deathmatching.
Quote from: Spekter on December 13, 2016, 22:47
Quote from: Ethan on December 13, 2016, 22:31
why the fuck do you even bother breathing??
I bother breathing just so that i can tell you what a fucking moron you are, nothing more and nothing less.

mick88

We don't have guns in server.

DeHavilland

Quote from: mick88 on January 05, 2012, 19:29
We don't have guns in server.
I like this idea! We can see who is killing others by cars and etc!

So +1
[hide=Our Renault Dauphine]
80's

90's

2007

2014 with new team colour

[/hide]

Joshy

Instead of displaying the list on screen all of time, instead when someone gets killed by another player (not fall damage /kill etc) it will show to admins "<victim> was killed by <killer> with spray can" and so on. Then if a player does /report about the killer we have proof he killed him.
[comment]test[/comment]
LAST SEEN
TOTAL TIME ON SERVER
SCORE
TRUCK LOADS
CONVOY SCORE
ACHIEVEMENTS
ARTIC
DUMPER
VAN
FUEL
CEMENT
ARRESTS
CARS STOLEN
COACH
PLANE
HELICOPTER
TOW TRUCK
LIMO
TRASH
ARMORED VAN
BURGLARIES
ARMORED VANS STOLEN
MISSIONS FAILED
OVERLOADED
FINES PAID
TOTAL SPENT ON FUEL
INTEREST EARNED
DISTANCE TRAVELLED
TIME IN JAIL
LAST MISSION
Generated using Azure Functions & CloudFlare Workers using the Convoy Trucking API. Updates every around 5 minutes. See the original SVG image. View source code (not updated with function yet)




Vinny

I was thinking about spray can and vehicle kills. I know there are no weapons in the server.
Quote from: Spekter on December 13, 2016, 22:47
Quote from: Ethan on December 13, 2016, 22:31
why the fuck do you even bother breathing??
I bother breathing just so that i can tell you what a fucking moron you are, nothing more and nothing less.

Storm94

Quote from: Joshy on January 05, 2012, 19:38
Instead of displaying the list on screen all of time, instead when someone gets killed by another player (not fall damage /kill etc) it will show to admins "<victim> was killed by <killer> with spray can" and so on. Then if a player does /report about the killer we have proof he killed him.
http://wiki.sa-mp.com/wiki/OnPlayerGiveDamage
http://wiki.sa-mp.com/wiki/OnPlayerTakeDamage

Its even built into SAMP :D

I'm back, bitches :D

[glow=#282828,10,500]"I dislike Apple, so no." -mick88
"$nake honestly you are one arrogant prick." -Shane0
"The rest of you who I could consider trolls, just go fuck yourself." -Joshy
"TheGame, All I have to say is you complain a lot, and you're probally gonna be an even more arrogant, pompous jackass after this." -RaceRX
"I have a suggestion: Repost this in a respectful manner without caps, silly colors and big fonts, and perhaps someone will give a fuck about your complaint." -mick88
[/glow]

Can't read my quotes? Stop using the white style.

Joshy

Code (pawn) Select

public OnPlayerDeath(playerid, killerid, reason)
{
    if((reason == 41 || reason == 43 || reason == 0 || reason == 49) && killerid != "INVALID_PLAYER_ID")
    {
        new weaponName[16];
        switch(reason){
            case 41: {weaponName = "spraycan";}
            case 43: {weaponName = "camera";}
            case 0: {weaponName = "fists";}
            case 49: {weaponName = "vehicle";}
        }
        new chatLine[96];
        new victimName[MAX_PLAYER_NAME];
        new killerName[MAX_PLAYER_NAME];

        GetPlayerName(playerid,victimName,sizeof(victimName);
        GetPlayerName(killerid,killerName,sizeof(victimName);
        format(chatLine,sizeof(chatLine),"%s killed %s with %s.",killerName,victimName,weaponName);
        // send to whoever you want
        SendAdminMessage(chatLine);
    }
}

Most probably wrong but I tried xD
[comment]test[/comment]
LAST SEEN
TOTAL TIME ON SERVER
SCORE
TRUCK LOADS
CONVOY SCORE
ACHIEVEMENTS
ARTIC
DUMPER
VAN
FUEL
CEMENT
ARRESTS
CARS STOLEN
COACH
PLANE
HELICOPTER
TOW TRUCK
LIMO
TRASH
ARMORED VAN
BURGLARIES
ARMORED VANS STOLEN
MISSIONS FAILED
OVERLOADED
FINES PAID
TOTAL SPENT ON FUEL
INTEREST EARNED
DISTANCE TRAVELLED
TIME IN JAIL
LAST MISSION
Generated using Azure Functions & CloudFlare Workers using the Convoy Trucking API. Updates every around 5 minutes. See the original SVG image. View source code (not updated with function yet)




Kyle

this seems to be shaping up to be something really nice

HeLiOn_PrImE

There's no need for this. Everyone can report the murder with the exact time using the chat log, and the admins and mods will most likely be able to verify who kills who with what. It's useless.
no animated signatures allowed

Joshy

Quote from: Call me PrImE on January 05, 2012, 23:13
There's no need for this. Everyone can report the murder with the exact time using the chat log, and the admins and mods will most likely be able to verify who kills who with what. It's useless.
What? Chatlogs don't prove deathmatching ('failed mission' is not proof), Mick doesn't want to check logs for every DM case and we can't prove DM without actually seeing it because there's no kill message...

Personally I think my kill message idea is better than having the kill feed since it's not always on-screen.
[comment]test[/comment]
LAST SEEN
TOTAL TIME ON SERVER
SCORE
TRUCK LOADS
CONVOY SCORE
ACHIEVEMENTS
ARTIC
DUMPER
VAN
FUEL
CEMENT
ARRESTS
CARS STOLEN
COACH
PLANE
HELICOPTER
TOW TRUCK
LIMO
TRASH
ARMORED VAN
BURGLARIES
ARMORED VANS STOLEN
MISSIONS FAILED
OVERLOADED
FINES PAID
TOTAL SPENT ON FUEL
INTEREST EARNED
DISTANCE TRAVELLED
TIME IN JAIL
LAST MISSION
Generated using Azure Functions & CloudFlare Workers using the Convoy Trucking API. Updates every around 5 minutes. See the original SVG image. View source code (not updated with function yet)




Vinny

I agree with Joshy's suggestion. All players don't need to see the made kills.
Quote from: Spekter on December 13, 2016, 22:47
Quote from: Ethan on December 13, 2016, 22:31
why the fuck do you even bother breathing??
I bother breathing just so that i can tell you what a fucking moron you are, nothing more and nothing less.

bazingashane0

Quote from: Joshy on January 05, 2012, 23:28
Quote from: Call me PrImE on January 05, 2012, 23:13
There's no need for this. Everyone can report the murder with the exact time using the chat log, and the admins and mods will most likely be able to verify who kills who with what. It's useless.
What? Chatlogs don't prove deathmatching ('failed mission' is not proof), Mick doesn't want to check logs for every DM case and we can't prove DM without actually seeing it because there's no kill message...

Personally I think my kill message idea is better than having the kill feed since it's not always on-screen.
+1 I don't wanna be distracted by a useless kill screen that is none of my business, it's a trucking server not dming server of any sort.

Quote from: mick88 on January 17, 2012, 08:10
You got your money for arrest, and he's out so you can arrest him again. You mad?

Storm94

Quote from: Joshy on January 05, 2012, 22:55
Code (pawn) Select

public OnPlayerDeath(playerid, killerid, reason)
{
    if((reason == 41 || reason == 43 || reason == 0 || reason == 49) && killerid != "INVALID_PLAYER_ID")
    {
        new weaponName[16];
        switch(reason){
            case 41: {weaponName = "spraycan";}
            case 43: {weaponName = "camera";}
            case 0: {weaponName = "fists";}
            case 49: {weaponName = "vehicle";}
        }
        new chatLine[96];
        new victimName[MAX_PLAYER_NAME];
        new killerName[MAX_PLAYER_NAME];

        GetPlayerName(playerid,victimName,sizeof(victimName);
        GetPlayerName(killerid,killerName,sizeof(victimName);
        format(chatLine,sizeof(chatLine),"%s killed %s with %s.",killerName,victimName,weaponName);
        // send to whoever you want
        SendAdminMessage(chatLine);
    }
}

Most probably wrong but I tried xD

almost joshy. I believe that you need to format the weaponName variable, as its a string.

So
Code (pawn) Select

case 49: {format(weaponName, sizeof(weaponName), "Vehicle"); }



I'm back, bitches :D

[glow=#282828,10,500]"I dislike Apple, so no." -mick88
"$nake honestly you are one arrogant prick." -Shane0
"The rest of you who I could consider trolls, just go fuck yourself." -Joshy
"TheGame, All I have to say is you complain a lot, and you're probally gonna be an even more arrogant, pompous jackass after this." -RaceRX
"I have a suggestion: Repost this in a respectful manner without caps, silly colors and big fonts, and perhaps someone will give a fuck about your complaint." -mick88
[/glow]

Can't read my quotes? Stop using the white style.