• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TFS 1.X+ [1.3] How can i make all players that attacked get frag?

roriscrave

Advanced OT User
Joined
Dec 7, 2011
Messages
1,210
Solutions
35
Reaction score
206
how can i do for everyone who killed the player get the frag?
currently only lastHit takes the frag
I'm using 1.3 downgraded, so it DONT have function
Code:
AssistCount = 19
 

In playerdeath.lua, you might need to add a few extra SQL queries to insert the assist rows.
I think you can use player:getDamageMap() to retreive the "assist list" for the kill.
 
Solution
Back
Top