What's new

Zakladanie i zdejmowanie Softow By echo?

Status
Not open for further replies.

Faklop

Towarzysz Stalin
Joined
Mar 9, 2013
Messages
170
Reaction score
2
1. Zak?ada softy je?eli ma je w bp i nie jest w pz.
2. Zdejmuje softy je?eli jest w pz i zak?ada inne buty.
3. Zak?ada inne buty je?eli softy s? zu?yte.


Code:
local second_boots_id = 3079
local mainpb = 'anniversary backpack'

if itemcount(3549) > 0 and pzone == false then
moveitems(3549, mainpb , "boots" , 100)
elseif
boots == 6529 and pzone == true then
moveitems(second_boots_id, mainpb , "boots" , 100)
elseif
boots == 6530 then
moveitems(second_boots_id, mainpb , "boots" , 100)
end
 
Status
Not open for further replies.
Top