Ir para conteúdo

First Items


vedovii

Posts Recomendados

  • 3 weeks later...

local firstItems =
{
2050,
2382
}

function onLogin(cid)
if getPlayerStorageValue(cid, 30001) == -1 then
	for i = 1, table.maxn(firstItems) do
		doPlayerAddItem(cid, firstItems[i], 1)
	end
	if getPlayerSex(cid) == 0 then
		doPlayerAddItem(cid, 2651, 1)
	else
		doPlayerAddItem(cid, 2650, 1)
	end
	local bag = doPlayerAddItem(cid, 1987, 1)
	doAddContainerItem(bag, 2674, 1)
	setPlayerStorageValue(cid, 30001, 1)
end
	return TRUE
end

 

>>Para mais informações entre nesse tópico : Tópico aqui!

 

Espero ter ajudado.

Atensiosamente, Darkanso.

Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...