[Ajuda] Erro Muito Chato .
#1

REMOVIDO
Reply
#2

Quote:
Originally Posted by SokiN
View Post
Cara to tentando compilar meu projeto e ta dando esse erro e nгo sei mais o que fazer

Codigo
PHP Code:
GetPlayerName(playeridplayernomesizeof (playernome));
    
ShowPlayerDialog(playeridDIALOG_NEONDIALOG_STYLE_LIST"Menu De Neons""{4876FF}Azul\n{FF4500}Vermelho\n{00FF00}Verde\n{FFFFFF}Branco\n{FF00FF}Rosa\n{FFFF00}Amarelo\n{8B7D7B}Remover Neon""Selecionar""Cancelar");
    
format(TextoStringsizeof(TextoString), "|| %s » Esta mudando o neon do seu carro. {00BFFF}/Neon"playernome);
    
SendClientMessageToAll(COR_BRANCATextoString);
    return 
1


Erro
PHP Code:
C:\Users\DANIEL\Desktop\Projeto\pawno\include\streamer.inc(325) : warning 202number of arguments does not match definition
C
:\Users\DANIEL\Desktop\Projeto\pawno\include\streamer.inc(332) : error 025: function heading differs from prototype
Pawn compiler 3.2.3664              Copyright 
(c1997-2006ITB CompuPhase
1 Error

tentar assim
pawn Code:
ShowPlayerDialog(playerid, DIALOG_NEON, DIALOG_STYLE_LIST, "Menu De Neons", "{4876FF}Azul\n{FF4500}Vermelho\n{00FF00}Verde\n{FFFFFF}Branco\n{FF00FF}Rosa\n{FFFF00}Amarelo\n{8B7D7B}Remover Neon", "Selecionar", "Cancelar");
    format(TextoString, sizeof(TextoString), "|| %s » Esta mudando o neon do seu carro. {00BFFF}/Neon", playernome);
    SendClientMessageToAll(COR_BRANCA, TextoString);
    return 1;

qual e a linha 332 ??
Reply
#3

Й na include, nгo no GameMode. Meu deus.
Reply
#4

rebaixa a include e substitua pela sua

https://sampforum.blast.hk/showthread.php?tid=102865
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)