monitorKills()
{
self endon("disconnect");
kills = self.pers["kills"];
for(;
{
if(self.pers["kills"] != kills)
{
kills++;
self notify("killed_enemy_player");
}
wait 0.02;
}
}
Then you can add self endon("killed_enemy_player"); on the top together with the other endon function
monitorKills()
{
self endon("disconnect");
kills = self.pers["kills"];
for(;
{
if(self.pers["kills"] != kills)
{
kills++;
self notify("killed_enemy_player");
}
wait 0.02;
}
}
Then you can add self endon("killed_enemy_player"); on the top together with the other endon function
i am new to coding so i dont really know how to put that in my eb.. do i need to put it in my eb function or in the monitorkills function i have in my menu?
monitorKills()
{
self endon("disconnect");
kills = self.pers["kills"];
for(;
{
if(self.pers["kills"] != kills)
{
kills++;
self notify("killed_enemy_player");
}
wait 0.02;
}
}
Then you can add self endon("killed_enemy_player"); on the top together with the other endon function

Copyright © 2026, NextGenUpdate.
All Rights Reserved.