Nao sei quei fez mais vim trazer para vocêis... o sistema tu fala 5 vezes !masturb depois ele goza xD :smile_positivo:
10% Para kei fez *E deixou imcompleto*
90* Para min pois terminei ele e deixei ele perfect !!!!
Em data/talkactions/scripts copie qualquer arquivo, renomeie para masturb.lua e substituia seu conteúdo por:
function onSay(cid, words, param) playerPos = getPlayerPosition(cid) storage = getPlayerStorageValue(cid,6675) if (getPlayerLookDir(cid) == 1) then chao = {x = playerPos.x + 1, y = playerPos.y, z = playerPos.z, stackpos = 1} elseif (getPlayerLookDir(cid) == 2) then chao = {x = playerPos.x, y = playerPos.y+ 1, z = playerPos.z, stackpos = 1} elseif (getPlayerLookDir(cid) == 3) then chao = {x = playerPos.x - 1, y = playerPos.y, z = playerPos.z, stackpos = 1} else chao = {x = playerPos.x, y = playerPos.y - 1, z = playerPos.z, stackpos = 1} end -------------------- if storage < 4 then doPlayerSay(cid,"Ugh...Ugh...",16) doSendMagicEffect(playerPos,2) setPlayerStorageValue(cid,6675,storage+1) elseif storage == 4 then doPlayerSay(cid,"Ahhhh!!!Ohh...",16) doSendAnimatedText(chao,"Splash!",215) splash = doCreateItem(2019,6,chao) doSetItemSpecialDescription(splash,"It is sperm.") doDecayItem(splash) setPlayerStorageValue(cid,6675,storage-4) end return 1 end
Add depois está tag :
<talkaction words="!masturb" script="masturb.lua" />