16.02.2010, 21:18
Velho, tipo, eu tenho tanto dialog pronto aqui velho, mas todos dгo o mesmo erro, PQP
cуdigo do dialog
Cуdigo do erro.
cуdigo do dialog
pawn Код:
if(dialogid == FIGHTMENU)
{
if(response)
{
if(listitem == 0)
{
SetPlayerFightingStyle (playerid, FIGHT_STYLE_BOXING);
SendClientMessage(playerid, COLOR_GREEN, " Voce aprendeu um estilo de luta !");
}
else if(listitem == 1)
{
SetPlayerFightingStyle (playerid, FIGHT_STYLE_ELBOW);
SendClientMessage(playerid, COLOR_GREEN, " Voce aprendeu um estilo de luta !");
}
else if(listitem == 2)
{
SetPlayerFightingStyle (playerid, FIGHT_STYLE_KNEEHEAD);
SendClientMessage(playerid, COLOR_GREEN, " Voce aprendeu um estilo de luta !");
}
else if(listitem == 3)
{
SetPlayerFightingStyle (playerid, FIGHT_STYLE_KUNGFU);
SendClientMessage(playerid, COLOR_GREEN, " Voce aprendeu um estilo de luta !");
}
else if(listitem == 4)
{
SetPlayerFightingStyle (playerid, FIGHT_STYLE_GRABKICK);
SendClientMessage(playerid, COLOR_GREEN, " Voce aprendeu um estilo de luta !");
}
else if(listitem == 5)
{
SetPlayerFightingStyle (playerid, FIGHT_STYLE_NORMAL);
}
}
}
Код:
C:\Users\Josй Joaquim\Desktop\BGP MANOLO ;D\gamemodes\GAMEPLAYER.pwn(13342) : error 010: invalid function or declaration C:\Users\Josй Joaquim\Desktop\BGP MANOLO ;D\gamemodes\GAMEPLAYER.pwn(13344) : error 010: invalid function or declaration C:\Users\Josй Joaquim\Desktop\BGP MANOLO ;D\gamemodes\GAMEPLAYER.pwn(13346) : error 010: invalid function or declaration C:\Users\Josй Joaquim\Desktop\BGP MANOLO ;D\gamemodes\GAMEPLAYER.pwn(13351) : error 010: invalid function or declaration C:\Users\Josй Joaquim\Desktop\BGP MANOLO ;D\gamemodes\GAMEPLAYER.pwn(13356) : error 010: invalid function or declaration C:\Users\Josй Joaquim\Desktop\BGP MANOLO ;D\gamemodes\GAMEPLAYER.pwn(13361) : error 010: invalid function or declaration C:\Users\Josй Joaquim\Desktop\BGP MANOLO ;D\gamemodes\GAMEPLAYER.pwn(13366) : error 010: invalid function or declaration C:\Users\Josй Joaquim\Desktop\BGP MANOLO ;D\gamemodes\GAMEPLAYER.pwn(13371) : error 010: invalid function or declaration Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 8 Errors.