Dantarrix
Member
1. What does this line means?:
2. What is the difference between
and
* Will add more later...
LUA:
setConditionParam(condition, CONDITION_PARAM_SUBID, 99)
2. What is the difference between
LUA:
for i = 1, 3 do
doPlayerAddItem(cid, 2160, i)
end
and
LUA:
for i = 1, 3 do
doPlayerAddItem(cid, 2160)
end
* Will add more later...
Last edited: