Ulysses
General => Off-Topic => Topic started by: Deathtitan77 on April 12, 2013, 10:26:39 AM
-
I saw a plugin on some servers where if you kill a traitor, you get points. But if you RDM, you loose points.
So, I was wondering if anyone here can share with me this plugin?
-
do you know codeing if so i can help you out with the hooks you would need to do something like this i rather show you not tell you because learning is inportant :D
function playerDies( victim, weapon, killer )
Msg( "Player " .. victim:GetName() .. " has died.\n" )
end
hook.Add( "PlayerDeath", "playerDeathTest", playerDies )
pulled from
http://maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/indexbdc5.html