11.09.2010, 01:31
bom galera eu estou fasendo o registro do meu gm em dialog entгo agora tenho 3 probleminhas vejam abaixo.
linhas
Код:
C:\Documents and Settings\Administrador\Meus documentos\jonas\Brasil Play Matrix Ownando\gamemodes\bpm.pwn(2913) : error 010: invalid function or declaration C:\Documents and Settings\Administrador\Meus documentos\jonas\Brasil Play Matrix Ownando\gamemodes\bpm.pwn(2915) : error 010: invalid function or declaration C:\Documents and Settings\Administrador\Meus documentos\jonas\Brasil Play Matrix Ownando\gamemodes\bpm.pwn(2921) : error 010: invalid function or declaration Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Errors.
pawn Код:
if(dialogid == 9)
{
if(response == 0)
{
PlayerInfo[playerid][pSex] = 1;
SetPlayerSkin(playerid, 23);
ShowPlayerDialog(playerid, 46, DIALOG_STYLE_MSGBOX, "Sexo:", "Vocк й um Homem", "OK","Sair");
}
if(response == 1)
{
PlayerInfo[playerid][pSex] = 2;
SetPlayerSkin(playerid, 56);
ShowPlayerDialog(playerid, 45, DIALOG_STYLE_MSGBOX, "Sexo:", "Vocк й uma Mulher", "OK","Sair");
}
Код:
if(dialogid == 9)
Код:
if(response == 0)
Код:
if(response == 1)