[erro]Chaves
#1

pessual to com erro de chavees no gm mais nao sei onde e ja tentei de varias formas
cmd:
pawn Код:
if(strcmp(cmdtext, "/anteste", true) == 0)
    {
    ShowPlayerDialog(playerid, 23, DIALOG_STYLE_INPUT, "Anuncio", string, "Anunciar", "Cancelar");
return 1;
}
ondialogresponse:
pawn Код:
if(dialogid == 23)
{
if(response)
{
 //
 if(response == 0)
{
new string [256];
format(string,sizeof(string),"Anuncio: %s,Contato: %s Telefone: %d",inputtext,sendername,PlayerInfo[playerid][pPnumber]);
OOCNews(TEAM_GROVE_COLOR,string);
            }
            return 1;
        }
Reply


Messages In This Thread
[erro]Chaves - by Steven Adler - 22.12.2010, 00:05
Re: [erro]Chaves - by Sergiinhonike - 22.12.2010, 00:28

Forum Jump:


Users browsing this thread: 2 Guest(s)