[FilterScript] Inventario v2
#1

Inventario
Informaзхes;
Imagens;
Source;
Informaзхes:
Quote:

Й um inventario de itens, armas drogas o que quiser... й so adicionar itens na lista, facil e simple de adicionar outros tipos como ate mesmo minerios, eu adicionei armas e peзas de carro, tbm й possivel largar os itens no chao, o sistema й todo feito em dialog.

Imagens:
http://i.imgur.com/6P8fCuJ.png / http://i.imgur.com/4Swpk0K.png
http://imgur.com/a/sMMGE
Source:
http://pastebin.com/xa8DpNV6
Код:
command(ajudainv, playerid, params []) {
	SendClientMessage(playerid, -1, "ignorem a ma organizacao do comando, й apenas para ajudar no beta.. Axl agradece!");
	SendClientMessage(playerid, -1, "os itens vao de 0 a 242, nao crie um item com o id 0, pois por enquanto й o id nulo");
	SendClientMessage(playerid, -1, "Nгo й possivel selecionar na aba outros, use /comprarinv para pegar um inventario");
	SendClientMessage(playerid, -1, "para abrir o inventario aperte a letra Y, para pegar um item do chao se abaixei © e use left alt");
	SendClientMessage(playerid, -1, "outros comandos /guardar /comprarinv /criaritem [id do jogador onde vai spawnar] [itemid]");
	return true;
}
Reply
#2

Gostei da ideia de vocк usar a array para os itens, felizmente nгo й como alguns que me pedem ajuda e usam muitos if's e strcmp's para tudo e para nada.

Mas vejo que continuas sem saber quando usar Player e normal Textdraw, isso й mau porque o limite de player textdraw й baixo...

Espero que nгo fiques a achar que estou sendo rude, o meu objectivo e que vocк venha a melhorar, porque eu poderia muito bem chegar aqui e dizer algo tipo: "Bom trabalho, continue assim" e ver alguns aspectos onde poderб melhorar e nгo os referenciar.
Reply
#3

Legal em amigo, gostei do designer das TextDraw, Parabйns.
Reply
#4

Sera de muito utilidade em servidores DayZ... muito bom
Reply
#5

Gostei.+rep
Reply
#6

Boa mano atй quem fim um sistema ъtil.

Gostei REP+.
Reply
#7

C:\\Desktop\filterscripts\inv.pwn(76) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(7 : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(80) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(81) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(82) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(83) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(84) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(85) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(86) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(87) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(8 : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(89) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(90) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(91) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(92) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(93) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(94) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(95) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(96) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(350) : error 025: function heading differs from prototype
C:\\Desktop\filterscripts\inv.pwn(350 -- 359) : error 021: symbol already defined: "command"
C:\\Desktop\filterscripts\inv.pwn(359) : error 025: function heading differs from prototype
C:\\Desktop\filterscripts\inv.pwn(359 -- 414) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Reply
#8

Quote:
Originally Posted by churrupitas1997
Посмотреть сообщение
C:\\Desktop\filterscripts\inv.pwn(76) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(7 : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(80) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(81) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(82) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(83) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(84) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(85) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(86) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(87) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(8 : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(89) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(90) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(91) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(92) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(93) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(94) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(95) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(96) : error 017: undefined symbol "MAX_PLAYERS"
C:\\Desktop\filterscripts\inv.pwn(350) : error 025: function heading differs from prototype
C:\\Desktop\filterscripts\inv.pwn(350 -- 359) : error 021: symbol already defined: "command"
C:\\Desktop\filterscripts\inv.pwn(359) : error 025: function heading differs from prototype
C:\\Desktop\filterscripts\inv.pwn(359 -- 414) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Topo do script:

Код:
#include <a_samp>
Reply
#9

Quote:
Originally Posted by PT
Посмотреть сообщение
Gostei da ideia de vocк usar a array para os itens, felizmente nгo й como alguns que me pedem ajuda e usam muitos if's e strcmp's para tudo e para nada.

Mas vejo que continuas sem saber quando usar Player e normal Textdraw, isso й mau porque o limite de player textdraw й baixo...

Espero que nгo fiques a achar que estou sendo rude, o meu objectivo e que vocк venha a melhorar, porque eu poderia muito bem chegar aqui e dizer algo tipo: "Bom trabalho, continue assim" e ver alguns aspectos onde poderб melhorar e nгo os referenciar.
99% dos posts que vejo seu й exatamente isso que vocк faz
Reply
#10

Quote:
Originally Posted by Kamper
Посмотреть сообщение
99% dos posts que vejo seu й exatamente isso que vocк faz
Vejo que continuas o mesmo palhaзo se achando maior que os outros, nгo te conheзo de nenhum lado.

Por isso senta o rabinho e deita a lнngua de fora, quando tiveres educaзгo e deixares de ser arrogante para os trabalhos dos outros poderes vir falar comigo, atй lб continua sentado e com a lнngua de fora.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)