Troque essa parte do script do mulizeu:
function onKill(cid, target, lastHit)
local cash = 100000
if isPlayer(cid) and isPlayer(target) then
if getPlayerIp(target) ~= getPlayerIp(cid) then
setPlayerStorageValue(cid, 45550, (getPlayerStorageValue(cid, 45550)+cash))
end
end
return TRUE
end
por essa:
function onKill(cid, target, lastHit)
dinheiro = 2160 --Moeda Azul (Crystal Coin) = 2160,Moeda Roxa/Rosa (Platinum Coin) = 2152, Moeda Amarela (Gold Coin) = 2148
quantidade = 10 --Quantidade da Moeda citada acima...
if isPlayer(cid) and isPlayer(target) then
if getPlayerIp(target) ~= getPlayerIp(cid) then
setPlayerStorageValue(cid, 45550, (getPlayerStorageValue(cid, 45550)doPlayerAddItem(cid,dinheiro,quantidade))
end
end
return TRUE
end
Caso n funfe poste tentarei arrumalo...