witam was drodzy otlandowicze mam do was sprawe potrzebuje przerobic skrypt na mojego noob ots pomozecie? za rep oczewiscie
a oto skrypt:
z gory dziekuje
a oto skrypt:
czy by mogl ktos przerobic tak ten skrypt zeby po podlozeniu sie koledze 3x z rzedu za 4 razem 2 postacie padaja i to samo z mc(osoba o tym samym ip zabija 2 osobe= dwie osoby padaja) i jesli mozna za zabicie gracza (tylko podczas zdobycia fraga) gracz dostaje nagrode do backpacka id xxxxfunction onKill(cid, target)
if isPlayer(target) == TRUE then
if getPlayerIp(cid) ~= getPlayerIp(target) then
loot = 2152
item = doPlayerAddItem(cid,loot,1)
elseif getPlayerName(cid) == getPlayerName(target) then
doPlayerAddItem(cid,loot,1)
else
doPlayerAddExperience(cid, -1000000)
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE,"You have been punished for killing a player of the same IP.")
end
end
return TRUE
end
z gory dziekuje