PDA

View Full Version : [JX] Nhờ Mod sửa hộ script



pleichim
01-12-17, 07:17 PM
function main()
dofile("script/global/dat/thongtin.lua");
thongtin();


end


vp1 = 6
vp2 = 1
vp3 = 1222
vp11 = 6
vp22 = 1
vp33 = 1221

function thongtin()
Say(format("Test",GetCityAreaName(nCityId)),
2,
"test GetIU/yes",

"Kh«ng muèn g× c¶ /OnCancel");end


function yes()
GiveItemUI("Giao nép ", "aaaaaaaa", "sure_GiveTiaoZhanLing", "OnCancel");
end

function sure_GiveTiaoZhanLing(nCount)
if nCount <= 0 then
Say("Ch­a Bá VËt PhÈm",2,"Giao l¹i vËt phÈm/yes","§Ó ta suy nghÜ l¹i/OnCancel");
return 0;
end

for i = 1, nCount do
local nItemidx = GetGiveItemUnit(i);
local g, d, p = GetItemProp(nItemidx);
if (g ~= vp1 or d ~= vp2 or p ~= vp3) and (g ~= vp11 or d ~= vp22 or p ~= vp33)
then
Say("Kh«ng §óng VËt PhÈm", 2,"Giao l¹i vËt phÈm/yes","§Ó ta suy nghÜ l¹i/OnCancel");
return 0;
end;
end;
for i = 1, nCount do
local nItemidx = GetGiveItemUnit(i);
RemoveItemByIndex(nItemidx)
end;
end



sao mình bỏ 1 or 2 vật phẩm vào nó vẫn chịu nhỉ,mình dùng hàm and có j sai không ah

xomnhalalop12
01-12-17, 11:02 PM
.................................................. ......................