Need kill System please

01/07/2017 01:57 xsonicx201888#1
hello all

i need system sound and effect when kill

all say add
PHP Code:
"Vectors" self.__Vectors
under function in game.py
PHP Code:
def __ServerCommand_Build(self):
serverCommandList={ 
and

in end of game.py
PHP Code:
def __Vectors(selffilename):
snd.PlaySound("Vectors/" filename
and set this quest


PHP Code:
quest Vectors_kill_sounds begin
state start begin
when kill with npc
.is_pc() begin
if get_time()< pc.getqf("grupo"then
pc
.delqf("grupo")
pc.setqf("doble"get_time()+10)
cmdchat("Vectors doublekill.mp3")
elseif 
get_time()< pc.getqf("doble"then
pc
.delqf("doble")
pc.setqf("triple"get_time()+10)
cmdchat("Vectors triplekill.mp3")
elseif 
get_time()< pc.getqf("triple"then
pc
.delqf("triple")
pc.setqf("quadra"get_time()+10)
cmdchat("Vectors quadra.mp3")
elseif 
get_time()< pc.getqf("quadra"then
pc
.delqf("quadra")
pc.setqf("pentakill"get_time()+10)
cmdchat("Vectors pentakill.mp3")
elseif 
get_time()< pc.getqf("pentakill"then
pc
.delqf("pentakill")
pc.setqf("hexakill"get_time()+10)
cmdchat("Vectors hexakill.mp3")
elseif 
get_time()< pc.getqf("hexakill"then
pc
.delqf("hexakill")
pc.setqf("hexakill"get_time()+10)
cmdchat("Vectors hexakill.mp3")
else
pc.setqf("grupo"get_time()+10)
cmdchat("Vectors onekill.mp3")
end
end
end
end 
and folder of mp3 files in root
root/vectors


all complete put system not job


can any one here help me how i add this !!

syserr is empty