RazorBlade
Retired Snek
Hello everyone, I'm using the newest version of TFS (0.3.6 pl1) and I'm trying to use the Weapons Upgrade script made by Slawkens (http://otland.net/f82/upgrade-weapon-killing-monsters-35146/)
There have been some issues, since certain functions are no longer in the C++ files. I was wondering if there's a replacement for onKill... There's no global.lua anymore so that's where I lost it. I'm pretty sure that's the only problem left in the script. Says this in the script:
All I need is a function to replace it, or the code needed to add it to the server, cause I can do that too.
Thanks in advance <3
There have been some issues, since certain functions are no longer in the C++ files. I was wondering if there's a replacement for onKill... There's no global.lua anymore so that's where I lost it. I'm pretty sure that's the only problem left in the script. Says this in the script:
Code:
function onKill(cid, target)
if(isPlayer(target) == TRUE) then
return TRUE
end
Thanks in advance <3