hey , dude! if i want last than 1 ped how to do it? are its like this?
local RNDM1 = math.random(600)
local RNDM2 = math.random(600)
local RNDM3 = math.random(600)
local RNDM4 = math.random(600)
local RNDM5 = math.random(1000)
local RNDM6 = math.random(1000)
local RNDM7 = math.random(1000)
local RNDM8 = math.random(1000)
local RNDM9 = math.random(600)
local RNDM10 = math.random(600)
local RNDM11 = math.random(600)
local RNDM12 = math.random(600)
local RNDM13 = math.random(1000)
local RNDM14 = math.random(1000)
local RNDM15 = math.random(1000)
local RNDM16 = math.random(1000)
if RNDM1 == RNDM2 then
PedSetActionNode(Hal, "Darby 5 hit", "Act")
end
if RNDM3 == RNDM4 then
PedSetActionNode(Hal, "Bearhug", "Act")
end
if RNDM5 == RNDM6 then
PedSetActionTree(Hal, "G Grapp", "Act")
end
if RNDM7 == RNDM8 then
PedSetActionTree(Hal, "J Grapp", "Act")
end
if RNDM9 == RNDM10 then
PedSetActionNode(Johnny, "Prep strkr A light atk", "Act")
end
if RNDM11 == RNDM12 then
PedSetActionNode(Johnny, "Prep strkr B light atk", "Act")
end
if RNDM13 == RNDM14 then
PedSetActionTree(Johnny, "G johnny", "Act")
end
if RNDM15 == RNDM16 then
PedSetActionTree(Johnny, "BOSS DARBY", "Act")
end
are it's will be work like this?