wafuboe
Active Member
- Joined
- Dec 24, 2010
- Messages
- 884
- Solutions
- 2
- Reaction score
- 26
-- citizen (done)
local outfit_node = keywordHandler:addKeyword({'citizen addon'}, playerBuyAddonNPC, {premium = true, cost = 0, items = {{5878,100}}, outfit_female = 136, outfit_male = 128, addons = 2, storageID = 10001})
outfit_node:addChildKeywordNode(yesNode)
outfit_node:addChildKeywordNode(noNode)
ok i want that this gives both addons, i put addons= 2 but i dont think that this is correct ;S
addon= 1, 2, ? <<< thiss gives both addons¡?
ok thanks people what should i put if i want to give both addons?
local outfit_node = keywordHandler:addKeyword({'citizen addon'}, playerBuyAddonNPC, {premium = true, cost = 0, items = {{5878,100}}, outfit_female = 136, outfit_male = 128, addons = 2, storageID = 10001})
outfit_node:addChildKeywordNode(yesNode)
outfit_node:addChildKeywordNode(noNode)
ok i want that this gives both addons, i put addons= 2 but i dont think that this is correct ;S
addon= 1, 2, ? <<< thiss gives both addons¡?
ok thanks people what should i put if i want to give both addons?