i'll help you bumping :X12th bump, help?
i'll help you bumping :X12th bump, help?
How too make it like killing monsters instead of killing people?
function onKill(cid, target)
if(isPlayer(target)) then
function onKill(cid, target)
if(isMonster(target)) then
Simply change this:
to this:LUA:function onKill(cid, target) if(isPlayer(target)) then
LUA:function onKill(cid, target) if(isMonster(target)) then
this script only works on 0.3.6 and not on 0.4 right?
Simply change this:
to this:LUA:function onKill(cid, target) if(isPlayer(target)) then
LUA:function onKill(cid, target) if(isMonster(target)) then
Just Change This In The Scriptey there is a bug in this script gods and gms also have military ranksi tried to fix it but im not so familiar with mods
![]()
if getPlayerGroupId(thing.uid) < 2 then
doPlayerSetSpecialDescription(thing.uid, "\n Military Rank : " .. rank.rank)
end