Richy Posted November 22, 2014 Share Posted November 22, 2014 Buna!Cine imi poate sa imi spuna/arate un script petru a ii da unui player bani cand il omoara pe cineva. Sunt destul de basic la script, dar ma prind repede! Link to comment
crismar Posted November 22, 2014 Share Posted November 22, 2014 local bounty = {} function setBounty(thePlayer, theCommand, theTarget, thePrice) local assignedTarget = getPlayerFromName(theTarget) -- Ai pe wiki functia getPlayerFromNamePart if assignedTarget then if tonumber(thePrice) > 100 then bounty [assignedTarget] = tonumber(thePrice) else outputChatBox("Ai introdus o suma de bani invalida!", thePlayer, 255, 0, 0) end else outputChatBox("Jucatorul nu exista!", thePlayer, 255, 0, 0) end end addCommandHandler("bounty", setBounty, setBounty) function removeBountyOnQuit() if bounty[source] then bounty[source] = nil end end addEventHandler("onPlayerQuit", root, removeBountyOnQuit) function rewardMoneyOnDeath(totalAmmo, theKiller) if bounty[source] and theKiller then givePlayerMoney(theKiller, bounty[source]) bounty[source] = nil end end addEventHandler("onPlayerWasted", root, rewardMoneyOnDeath) getPlayerFromName inseamna ca trebuie numele EXACT al jucatorului. Cauta pe wiki functia getPlayerFromName part daca vrei s-o implementezi pe aia in script. Spor. Link to comment
Dany Alex Posted November 23, 2014 Share Posted November 23, 2014 Numai servere de rahat.. Link to comment
Richy Posted November 24, 2014 Author Share Posted November 24, 2014 No hai si ceva impotriva?!Suntem pe un forum putem pune intrebari.. Asa sunt romani numai sasi bata joc.. Link to comment
Raileanu Petru Posted November 24, 2014 Share Posted November 24, 2014 Normal că-și bat joc , cum să scrii 60% scripturi unice )) Link to comment
an4rei Posted November 24, 2014 Share Posted November 24, 2014 Normal că-și bat joc , cum să scrii 60% scripturi unice )) Zise "Răileanu" care ia scripturi de pe community și încearcă să le bage-n vg Link to comment
Raileanu Petru Posted November 25, 2014 Share Posted November 25, 2014 Daca eram in locul tau nici nu mai vorbeam Link to comment
Axel Posted November 25, 2014 Share Posted November 25, 2014 Uă fraților, vă tot plângeți de servere de rahat, dar nu sprijiniți serverele care merită. Link to comment
an4rei Posted November 30, 2014 Share Posted November 30, 2014 (edited) Daca eram in locul tau nici nu mai vorbeam Bă câcat cu ochi , ți-ai da 3 rinichi să fii în locul meu. Edited January 7, 2015 by Guest Link to comment
Raileanu Petru Posted November 30, 2014 Share Posted November 30, 2014 Nas face greseala asta niciodata , la cat de prost esti nimeni nu te baga in seama. Link to comment
an4rei Posted November 30, 2014 Share Posted November 30, 2014 Auzi mă la el. Vrei să-ți zic ce faci tu pentru ăia 50 de jucători zilnic? 200k start când cea mai scumpă mașină care se poate cumpăra de la shop(un admin care dă mașini cu makeveh) e în jurul al 150k . Restul prin donații Mai prost ca tine nu există în toată comunitatea mtasa românească , îți garantez Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now