Hey guys,
I do a lot of plugin making, and i am making my first ever "mod" and i am trying to make it so an admin can do "amx_wanted" and make a user "Wanted" (EX: Player Bob is wanted for TKing. Bounty: $1000)
and i want to make it so it checks: if when a player is killed, is he wanted?
so far i have the easy stuff like:
Code:
register_event("DeathMsg", "hook_death", "a", "1>0")
and
Code:
new Killer = read_data(1)
new Victim = read_data(2)
it checks to see if the player is wanted.
if so, then give Killer $1000 else plugin_continued
If you guys could help me with this... that would be great
Thanks Guys,
Strake
__________________