Jump to content

Peticion Quest pide varios items


frozen94

Recommended Posts

Buenos dias tardes noches , les podria pedir el favor noc pense q iva a ser algo sencillo noc q paso se me complico solo logro q me pida un item estos son ejemplos q useeste el q los pideelseif pc.count_item(27994) < 1 then este es el q los hace darlocal items = pc.count_item(880) if items >= 1 thenbn lo q busco es q me pida items distintosejemplo hay pide 27994 y q pida noc 2754 2154 2145 etc a la vez xD

Link to comment
Share on other sites

Perdona ha sido un fallo tonto por la prisas.

local items = { item1, cantidad1, item2, cantidad2 }for a=1, table.getn(items) do	if pc.count_item(items[a]) < items[a]+1 then		say("No tienes los items necesarios")		return	end	a=a+2endfor b=1, table.getn(items) do	pc.remove_item(items[b],items[b]+1)	b=b+2end
Link to comment
Share on other sites

  • Dilong locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...