Histórico de Curtidas
-
DTrajano recebeu reputação de EdduKlein em URGENTE! PRECISO TIRAR AS MISSÕES DAS QUESTS GLOBAL 10.82Adiciona no login.lua
local storageValue = { {12130, 1}, {12131, 2}, {12132, 3} } for i = 1, #storageValue do local k = player:getStorageValue(i[1]) if (k < 1 or (i[2] ~= nil and k ~= i[2])) then player:setStorageValue(i[1], i[2] and i[2] or 1) end end
Edita os storageValues, e boa sorte.
Créditos: vankk
-
DTrajano deu reputação a Komic em PagSeguro automático só dá 1 pointSubstitua -> $NumItens = $POST['ProdQuantidade_1'];
Para -> $NumItens = $_POST['ProdQuantidade_1'];
-
DTrajano deu reputação a Fir3element em Magic Wall em fire fieldnessa linha no field:
<attribute key="replaceable" value="0" />
troca 0 por 1
-
DTrajano deu reputação a vankk em Liberar as missões das QuestsAdiciona no login.lua
local storageValue = { {12130, 1}, {12131, 2}, {12132, 3} } for i = 1, #storageValue do local k = player:getStorageValue(i[1]) if (k < 1 or (i[2] ~= nil and k ~= i[2])) then player:setStorageValue(i[1], i[2] and i[2] or 1) end end
Edita os storageValues, e boa sorte.