GIVECASH
#5

I did it this way but it shows me error.....

PHP код:
PlayerInfo[playerid][BankMoney]+=strval(castka);
GivePlayerMoney(playerid,-strval(castka));
error 035argument type mismatch (argument 1)
error 035argument type mismatch (argument 1
DIALOG....
PHP код:
case DIALOG_PLAYER3:
        {
            if(
response == 1)
            {
                   switch(
listitem)
                {
                    case 
0:
                    {
                           if(
IsPlayerConnected(playerid))
                        {
                            if(
strlen(inputtext) > 24) return SendClientMessage(playeridCOLOR_SYSTEM"Chybne parametry!");
                            new 
hrac strval(inputtext),pos chrfind(' ',inputtext);
                             if(
playerid == hracSendClientMessage(playeridCOLOR_SYSTEM"Sam sobe si nemuzes posilat penize.");
                            else
                            {
                                new 
castka strval(inputtext[pos]),string[200];
                                if(
castka GetPlayerMoney(playerid) || castka 1SendClientMessage(playeridCOLOR_SYSTEM"Chybna castka.");
                                else
                                {
                                    
PlayerInfo[playerid][BankMoney]+=strval(castka);
                                    
GivePlayerMoney(playerid,-strval(castka));
                                    
format(stringsizeof(string), "Poslal jste hrбči %s castku %d$."PlayerName(hrac), castka);
                                    
SendClientMessage(playerid,COLOR_ORANGE,string);
                                    new 
strinG0[128];
                                    
format(strinG0sizeof(strinG0), "Hrбč %s ti poslal %d$.",PlayerName(playerid), castka);
                                    
SendClientMessage(hrac,COLOR_ORANGE,strinG0);
                                }
                            }
                        }
                     }
                }
            }
        } 
Reply


Messages In This Thread
GIVECASH - by Mivco - 29.11.2017, 21:09
Re: GIVECASH - by RageCraftLV - 29.11.2017, 21:13
Re: GIVECASH - by Mivco - 29.11.2017, 21:16
Re: GIVECASH - by RageCraftLV - 29.11.2017, 21:27
Re: GIVECASH - by Mivco - 30.11.2017, 01:10
Re: GIVECASH - by Dayrion - 30.11.2017, 04:22
Re: GIVECASH - by Mivco - 30.11.2017, 06:47
Re: GIVECASH - by RageCraftLV - 30.11.2017, 08:17
Re: GIVECASH - by Markaraza - 30.11.2017, 13:25
Re: GIVECASH - by Mivco - 30.11.2017, 16:33

Forum Jump:


Users browsing this thread: 3 Guest(s)