Ir para conteúdo

2 Scripts Parecidos


juanbrando

Posts Recomendados

Fiquei sem fazer nada, ai fiz esse:

 

function onUse(cid, item)

local primeiro = getThingFromPos({x=,y=,z=})
local segundo = getThingFromPos({x=,y=,z=})
local terceiro = getThingFromPos({x=,y=,z=})
local primeiros = getThingFromPos({x=,y=,z=})
local segundos = getThingFromPos({x=,y=,z=})

if item.uid = ????? then
if (isPlayer(primeiro) and isPlayer(segundo) and isPlayer(terceiro)) then

elseif item.uid = ???? then
if (isPlayer(primeiros) and isPlayer(segundos)) then
end
end
end

return TRUE
end

 

Só fala o que que acontece se tiver 3 e 2 players e eu edito.

 

EDIT: Mudei a fanbar xD.

Editado por Demonbholder
Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...