Warning.. help me in this please
#1

I'm just getting this warning and i don't know why it's coming..

Код:
C:\Users\Krauser\Desktop\New folder (4)\filterscripts\tokens.pwn(78) : warning 202: number of arguments does not match definition
C:\Users\Krauser\Desktop\New folder (4)\filterscripts\tokens.pwn(78) : warning 202: number of arguments does not match definition
C:\Users\Krauser\Desktop\New folder (4)\filterscripts\tokens.pwn(80) : warning 202: number of arguments does not match definition
C:\Users\Krauser\Desktop\New folder (4)\filterscripts\tokens.pwn(80) : warning 202: number of arguments does not match definition
PHP код:
if(PlayerInfo[playerid][ptokens] >= amount)
        {
            
PlayerInfo[TarID][ptokens] += amount;
            
PlayerInfo[playerid][ptokens] -= amount;
            
format(stringsizeof(string), "You have recieved %d Tokens from %s."amountGetPlayerName(playerid));
            
SendClientMessage(TarIDCOLOR_GRAD2string);
            
format(stringsizeof(string), "You have given %s %d Tokens."GetPlayerName(TarID), amount);
            
SendClientMessage(playeridCOLOR_GRAD2string);
        } 
Line 78 and Line 80

PHP код:
    78        format(stringsizeof(string), "You have recieved %d Tokens from %s."amountGetPlayerName(playerid));
    
79        SendClientMessage(TarIDCOLOR_GRAD2string);
    
80        format(stringsizeof(string), "You have given %s %d Tokens."GetPlayerName(TarID), amount);
    
81        SendClientMessage(playeridCOLOR_GRAD2string); 
Reply


Messages In This Thread
Warning.. help me in this please - by Krauser123 - 22.06.2016, 04:08
Re: Warning.. help me in this please - by [XST]O_x - 22.06.2016, 04:13
Re: Warning.. help me in this please - by Krauser123 - 22.06.2016, 04:24
Re: Warning.. help me in this please - by sKJaoSAMP - 22.06.2016, 04:29
Re: Warning.. help me in this please - by Krauser123 - 22.06.2016, 04:31
Re: Warning.. help me in this please - by sKJaoSAMP - 22.06.2016, 04:34
Re: Warning.. help me in this please - by oMa37 - 22.06.2016, 04:39
Re: Warning.. help me in this please - by Krauser123 - 22.06.2016, 04:56
Re: Warning.. help me in this please - by sKJaoSAMP - 22.06.2016, 05:09

Forum Jump:


Users browsing this thread: 1 Guest(s)