[Ajuda] Dialog e comando /darbolsa
#2

pawn Код:
#define DialogImpost 21293 // topo do gm

if(!strcmp("/impostometro", cmdtext, true))
{
   
    if (PlayerToPoint(2.0, playerid, 1483.8766,-1750.1808,15.4453))
    {
        new xFrt[60];
        new imposto = TaxValue;
        Controle(playerid, 0);
        format(xFrt, sizeof(xFrt), " O valor arrecadado em impostos e multas й de: R$%d", imposto);
        ShowPlayerDialog(playerid, DialogImpost, DIALOG_STYLE_MSGBOX,"[ I ] Impostometro", xFrt,"Fechar",#);
        Controle(playerid, 1);
        return true;
    }
    return true;
}
Reply


Messages In This Thread
Dialog e comando /darbolsa - by lokos45 - 08.09.2013, 19:27
Re: Dialog e comando /darbolsa - by Coe1 - 08.09.2013, 19:35
Re: Dialog e comando /darbolsa - by lokos45 - 08.09.2013, 19:53
Re: Dialog e comando /darbolsa - by PT - 08.09.2013, 21:28

Forum Jump:


Users browsing this thread: 1 Guest(s)