[AJUDA]Alguem ajuda aki pf, rs '
#3

pawn Код:
if(strcmp(cmd, "/rcmds", true) == 0)
{
    if(IsPlayerConnected(playerid))
    {
        if(arbitro[playerid] == 1)
        {
            format(string, sizeof(string), "%s\n%s\nAnnounce\nStuart\nStart Match\nBall at centre\nBall here\nFire\nGoal\nStop Game\nEnd Match\nCoin", squadra1, squadra2);
            ShowPlayerDialog(playerid,1554, DIALOG_STYLE_MSGBOX, ".:: RCMDS ::.", string, "Ok","Sair");
        }
    }
    return 1;
}
OnDialogResponse

pawn Код:
if(dialogid == 1554)
{
      if(response) return 1;
      if(!response) return 1;
}
Reply


Messages In This Thread
[AJUDA]Alguem ajuda aki pf, rs ' - by Thii - 17.08.2011, 03:01
Re: [AJUDA]Alguem ajuda aki pf, rs ' - by ViniBorn - 17.08.2011, 03:04
Re: [AJUDA]Alguem ajuda aki pf, rs ' - by Macintosh - 17.08.2011, 03:24
Re: [AJUDA]Alguem ajuda aki pf, rs ' - by Thii - 17.08.2011, 03:29
Re: [AJUDA]Alguem ajuda aki pf, rs ' - by Macintosh - 17.08.2011, 03:39
Re: [AJUDA]Alguem ajuda aki pf, rs ' - by Thii - 17.08.2011, 04:02
Re: [AJUDA]Alguem ajuda aki pf, rs ' - by Thii - 17.08.2011, 15:41
Re: [AJUDA]Alguem ajuda aki pf, rs ' - by ViniBorn - 17.08.2011, 15:53
Re: [AJUDA]Alguem ajuda aki pf, rs ' - by Thii - 17.08.2011, 15:57
Re: [AJUDA]Alguem ajuda aki pf, rs ' - by StrondA_ - 17.08.2011, 15:58

Forum Jump:


Users browsing this thread: 1 Guest(s)