Nгo consigo concertar o erro ;/
#1

Aviso - C:\Users\Andre\Downloads\gm.pwn(1673) : warning: 235: public function lacks forward declaration (symbol "OnDialogResponse")

Linha - public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])


Erro - C:\Users\Andre\Downloads\gm.pwn(1673) : error: 017: undefined symbol "ShowPlayerDialog"

Linha - ShowPlayerDialog(playerid, DIALOGID+1, DIALOG_STYLE_LIST, "Los Santos", "Los Santos Airport \nPershing Square \nVinewood \nGrove Street \nRichman \nSanta Maria Beach \nOcean Docks \nDillimore \nPalomino Creek \nBlueBerry \nMontGomery \nBack", "Select", "Cancel");



Erro - C:\Users\Andre\Downloads\gm.pwn(1673) : error: 017: undefined symbol "ShowPlayerDialog"

Linha - ShowPlayerDialog(playerid, DIALOGID+2, DIALOG_STYLE_LIST, "San Fierro", "San Fierro Airport \nGolden Gate Bridge \nMt. Chilliad \nCJ's garage \nSan Fierro Stadium \nOcean Flats \nMissionary Hill \nBack", "Select", "Cancel");



Erro - C:\Users\Andre\Downloads\gm.pwn(1673) : error: 017: undefined symbol "ShowPlayerDialog"

Linha - ShowPlayerDialog(playerid, DIALOGID+3, DIALOG_STYLE_LIST, "Las Venturas", "Las Venturas Airport \nArea51 \nFour Dragons Casino \nLas Venturas Police Department \nBayside \nBig Jump \nLas Barrancas \nFort Carson \nLas Venturas Stadium \nNorthern Las Venturas \nStarfish Casino \nBack", "Select", "Cancel");




Erro - C:\Users\Andre\Downloads\gm.pwn(1673) : error: 017: undefined symbol "ShowPlayerDialog"

Linha - ShowPlayerDialog(playerid, DIALOGID, DIALOG_STYLE_LIST, "Teleport Categories", "Los Santos\nSan Fierro\nLas Venturas", "Select", "Cancel");



Erro - C:\Users\Andre\Downloads\gm.pwn(1673) : error: 017: undefined symbol "ShowPlayerDialog"

Linha - ShowPlayerDialog(playerid, DIALOGID, DIALOG_STYLE_LIST, "Teleport Categories", "Los Santos\nSan Fierro\nLas Venturas", "Select", "Cancel");



Erro - C:\Users\Andre\Downloads\gm.pwn(1673) : error: 017: undefined symbol "ShowPlayerDialog"

Linha - ShowPlayerDialog(playerid, DIALOGID, DIALOG_STYLE_LIST, "Teleport Categories", "Los Santos\nSan Fierro\nLas Venturas", "Select", "Cancel");



Erro - C:\Users\Andre\Downloads\gm.pwn(1673) : error: 017: undefined symbol "ShowPlayerDialog"

Linha - ShowPlayerDialog(playerid, DIALOGID, DIALOG_STYLE_LIST, "Categorias dos Teleportes", "Los Santos\nSan Fierro\nLas Venturas", "Selecionar", "Cancelar");
Reply
#2

Cola a funзгo inteira e coloca o code e os warnings entre [ pawn] e [ /pawn].
Nгo consegui intender nada assim...

@edit
Atualiza as includes, este problema й porque o seu pawno nгo estб reconhecendo algumas das novas funзхes.
Baixe em www.SA-MP.com
Reply
#3

Quote:
Originally Posted by [Magnus]
Посмотреть сообщение
Cola a funзгo inteira e coloca o code e os warnings entre [ pawn] e [ /pawn].
Nгo consegui intender nada assim...

@edit
Atualiza as includes, este problema й porque o seu pawno nгo estб reconhecendo algumas das novas funзхes.
Baixe em www.SA-MP.com
Nгo entendi mano, baixar o que, e onde? '-'
Baixar o samp? :S
Reply
#4

Baixa isso aqui: http://team.sa-mp.com/files/samp03csvr_R2-2_win32.zip
Depois pega abre a pasta Pawno/Includes (na pasta que vai vim com o server q vc baixou) e copia tudo que estб lб para a pasta do seu pawno.
Depois que fazer isso, tenta compilar denovo.
Reply
#5

Quote:
Originally Posted by [Magnus]
Посмотреть сообщение
Baixa isso aqui: http://team.sa-mp.com/files/samp03csvr_R2-2_win32.zip
Depois pega abre a pasta Pawno/Includes (na pasta que vai vim com o server q vc baixou) e copia tudo que estб lб para a pasta do seu pawno.
Depois que fazer isso, tenta compilar denovo.
Deu a mesma coisa

pawn Код:
C:\Users\Andre\Downloads\gm.pwn(1665) : warning 235: public function lacks forward declaration (symbol "OnDialogResponse")
C:\Users\Andre\Downloads\gm.pwn(1673) : error 017: undefined symbol "ShowPlayerDialog"
C:\Users\Andre\Downloads\gm.pwn(1677) : error 017: undefined symbol "ShowPlayerDialog"
C:\Users\Andre\Downloads\gm.pwn(1681) : error 017: undefined symbol "ShowPlayerDialog"
C:\Users\Andre\Downloads\gm.pwn(1772) : error 017: undefined symbol "ShowPlayerDialog"
C:\Users\Andre\Downloads\gm.pwn(1819) : error 017: undefined symbol "ShowPlayerDialog"
C:\Users\Andre\Downloads\gm.pwn(1886) : error 017: undefined symbol "ShowPlayerDialog"
C:\Users\Andre\Downloads\gm.pwn(3239) : error 017: undefined symbol "ShowPlayerDialog"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


7 Errors.
Reply
#6

voce pos isto....
PHP код:
#include <a_players> 
?
Reply
#7

DialogResponse nгo tб em a_players, tб em a_samp

pawn Код:
#include <a_samp>
Reply
#8

Quote:
Originally Posted by kikito
Посмотреть сообщение
voce pos isto....
PHP код:
#include <a_players> 
?
Coloquei agora e continua os erros
Reply
#9

#include <a_samp>
Reply
#10

Pхe isso no topo:

PHP код:
native ShowPlayerDialog(playeriddialogidstylecaption[], info[], button1[], button2[]);
forward OnDialogResponse(playeriddialogidresponselistiteminputtext[]); 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)