[Ajuda]Poderiam me ajudar
#1

Eu fui fazer um sistema de advogado como o do BPF/Samp Forever e deu este bug. Primeiramente nгo estou plagiando nada tб, pois este sistema foi um pedido dos players do meu servidor, que acham muito anti-rpg aquela mer.cadoria de /autorizar /soltar. Se puderem me ajudar agradeзo.

PHP код:
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2161) : error 017undefined symbol "Advogando"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2161) : warning 215expression has no effect
C
:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2163) : error 017undefined symbol "Ownado"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2163) : warning 215expression has no effect
C
:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2265) : error 017undefined symbol "Advogando"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2265) : warning 215expression has no effect
C
:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2267) : error 017undefined symbol "Ownado"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2267) : warning 215expression has no effect
C
:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2294) : error 017undefined symbol "Advogando"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2294) : warning 215expression has no effect
C
:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2296) : error 017undefined symbol "Ownado"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2296) : warning 215expression has no effect
C
:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2364) : error 017undefined symbol "Advogando"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2364) : warning 215expression has no effect
C
:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2366) : error 017undefined symbol "Ownado"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2366) : warning 215expression has no effect
C
:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2400) : error 017undefined symbol "Advogando"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2400) : warning 215expression has no effect
C
:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2402) : error 017undefined symbol "Ownado"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2402) : warning 215expression has no effect
C
:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2413) : error 017undefined symbol "Advogando"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2413) : warning 215expression has no effect
C
:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2415) : error 017undefined symbol "Ownado"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2415) : warning 215expression has no effect
C
:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2428) : error 017undefined symbol "Advogando"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2428) : warning 215expression has no effect
C
:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2430) : error 017undefined symbol "Ownado"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2430) : warning 215expression has no effect
C
:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2460) : error 017undefined symbol "Advogando"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2460) : warning 215expression has no effect
C
:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2462) : error 017undefined symbol "Ownado"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2462) : warning 215expression has no effect
C
:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2461) : warning 204symbol is assigned a value that is never used"Presidiarios"
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
16 Errors

Reply
#2

error 017: undefined symbol "Advogando" = sнmbolo indefinido, defina-o.
error 017: undefined symbol "Ownado" = sнmbolo indefinido, defina-o
warning 204: symbol is assigned a value that is never used: "Presidiarios" = array inutilizбvel, apague-a
Reply
#3

@edit para nгo dar duble post, os erros sгo esses agoras os outros arrumei

pawn Код:
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(15827) : warning 219: local variable "payout" shadows a variable at a preceding level
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(18174) : warning 219: local variable "payout" shadows a variable at a preceding level
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(18204) : warning 219: local variable "payout" shadows a variable at a preceding level
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(18231) : warning 219: local variable "payout" shadows a variable at a preceding level
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(18258) : warning 219: local variable "payout" shadows a variable at a preceding level
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(18281) : warning 219: local variable "payout" shadows a variable at a preceding level
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(18309) : warning 219: local variable "payout" shadows a variable at a preceding level
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(18341) : warning 219: local variable "payout" shadows a variable at a preceding level
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(18373) : warning 219: local variable "payout" shadows a variable at a preceding level
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(30852) : warning 219: local variable "payout" shadows a variable at a preceding level
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(30873) : warning 219: local variable "payout" shadows a variable at a preceding level
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(30894) : warning 219: local variable "payout" shadows a variable at a preceding level
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(30915) : warning 219: local variable "payout" shadows a variable at a preceding level
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(30936) : warning 219: local variable "payout" shadows a variable at a preceding level
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(32969) : warning 219: local variable "payout" shadows a variable at a preceding level
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(39944) : warning 209: function "Walk_OnPlayerKeyStateChange" should return a value
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(39945) : error 010: invalid function or declaration
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(39947) : error 021: symbol already defined: "OnPlayerCommandText"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(39948) : error 021: symbol already defined: "OnPlayerCommandText"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(39949) : error 021: symbol already defined: "OnPlayerCommandText"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(39950) : error 021: symbol already defined: "OnPlayerCommandText"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(39951) : error 021: symbol already defined: "OnPlayerCommandText"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(39952) : error 010: invalid function or declaration
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(39954) : error 021: symbol already defined: "OnPlayerCommandText"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(39956) : error 010: invalid function or declaration
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(39958) : error 021: symbol already defined: "OnPlayerCommandText"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(39960) : error 010: invalid function or declaration
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(39963) : error 021: symbol already defined: "OnPlayerCommandText"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(39965) : error 010: invalid function or declaration
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(39967) : error 010: invalid function or declaration
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(39973) : error 010: invalid function or declaration
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(39979) : error 010: invalid function or declaration
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(39985) : error 010: invalid function or declaration
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(39993) : error 010: invalid function or declaration
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(39997) : error 021: symbol already defined: "OnPlayerCommandText"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(39999) : error 010: invalid function or declaration
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(40001) : error 021: symbol already defined: "OnPlayerCommandText"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(40003) : error 010: invalid function or declaration
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(40005) : error 021: symbol already defined: "OnPlayerCommandText"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(40007) : error 010: invalid function or declaration
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(40014) : error 010: invalid function or declaration
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(40019) : error 010: invalid function or declaration

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


26 Errors.
Reply
#4

Quote:
Originally Posted by Matheus_Ecko
Посмотреть сообщение
sim se eu defino da bug se eu retiro tmb da bug.
define e posta os erros ^^
Reply
#5

ja postei acima ^ os novos erros.
Reply
#6

procure por uma duplicata dessa public: OnPlayerCommandText

e apague-a, vc deve ter criado uma nova public OnPlayerCommandText, quando copiou algum comando etc.

procure pelas payout, e mude-as para outro nome.
ou verifique se vc nгo definiu payout como var global. caso sim, apague a var global.

e nб, Walk_OnPlayerKeyStateChange coloque return 1; no final dela, antes da ultima }.
Reply
#7

tipo arrumei agora ficou assim:

pawn Код:
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\pawno\include\seif_walk.inc(39) : error 079: inconsistent return types (array & non-array)
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\pawno\include\servermoneyGM.inc(16) : error 004: function "GMExit" is not implemented
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\pawno\include\servermoneyGM.inc(47) : error 004: function "OnPlayerHaveExtraCash" is not implemented
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(783) : error 004: function "SaveCars" is not implemented
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(1280) : error 017: undefined symbol "PlayerInfo"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(1281) : error 017: undefined symbol "PlayerInfo"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(1282) : error 017: undefined symbol "PlayerInfo"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(1283) : error 017: undefined symbol "PlayerInfo"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(1284) : error 017: undefined symbol "PlayerInfo"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(1285) : error 017: undefined symbol "PlayerInfo"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(1286) : error 017: undefined symbol "PlayerInfo"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(1287) : error 017: undefined symbol "PlayerInfo"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(1288) : error 017: undefined symbol "PlayerInfo"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(1289) : error 017: undefined symbol "PlayerInfo"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(1785) : error 017: undefined symbol "GetPlayerOrg"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(1794) : error 017: undefined symbol "GetPlayerOrg"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(1902) : error 017: undefined symbol "GetName"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(1903) : error 017: undefined symbol "GetName"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(1904) : error 017: undefined symbol "GetName"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2327) : error 017: undefined symbol "GetPlayerID"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2406) : error 017: undefined symbol "GetName"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2468) : error 017: undefined symbol "GetName"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2470) : error 017: undefined symbol "GetName"
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2667) : error 004: function "ClearChatbox" is not implemented
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2752) : error 004: function "ClearChatbox" is not implemented
C:\Users\Edilson\Downloads\Brasil Universal Life 1.2\gamemodes\BUL.pwn(2766) : error 004: function "ClearChatbox" is not implemented

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


26 Errors.
Amanha eu vejo se postaram algo sobre minha duvida, vlw forum samp.
Reply
#8

Nossa cara tu ta copiando codigo inteiro do GF? Olha isso: ClearChatbox, GetPlayerOrg, PlayerInfo, SaveCars, eu ja mexi MUITO com GF e eu conheзo essas funзхes dele.
Reply
#9

vei meu gm й gf e por isso tem esses comandos, mais ja desbuguei muitas coisas dele, mais ao adicionar um sistema de advogado igual ao do samp forever deu este bug.
Reply
#10

Qual foi suas ultimas alteraзхes?

Provavйl que tenha alguma chave errada man .. pelo menos eu acho..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)