• 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 0.X Is there a way to give a player reward for each pk?

Teamstem

New Member
Joined
Feb 7, 2013
Messages
12
Reaction score
1
Hi, i was woundering if there is a way to give a player a reward, lets say one crystal coin for every player kill! Is that possible or do you need to edit source for that?? Thanks!
 
you could simply add talkaction command and iterate over player_deaths table in your database. For every kill -> check for player and add x amount of crystal coins
 
Back
Top