Help me out with this cmd
#1

Код:
CMD:oban(playerid,params[])
{
	new string[50],string1[50];
	if(isnull(params)) return SendClientMessage(playerid,"/oban [playername]");
	format(string,sizeof(string),"Users/%s.ini",params);
    if(fexist(string))
    {
        new INI:file = INI_Open(string);
        INI_WriteInt(file,"Banned",1);
        INI_Close(file);
        format(string1,sizeof(string1),"has offline banned %s.",params);
        SendClientMessage(playerid,-1,string1);
    }
    else SendClientMessage(playerid,-1,"Account not found");
    return 1;
}
Error's
Код:
error 035: argument type mismatch (argument 2)
if there is a better offline banned cmd send it to me plz
Reply


Messages In This Thread
Help me out with this cmd - by Xtra - 29.07.2017, 04:18
Re: Help me out with this cmd - by FreAkeD - 29.07.2017, 04:50
Re: Help me out with this cmd - by SyS - 29.07.2017, 05:15
Re: Help me out with this cmd - by Xtra - 29.07.2017, 08:28
Re: Help me out with this cmd - by SyS - 29.07.2017, 08:33
Re: Help me out with this cmd - by Xtra - 29.07.2017, 08:40
Re: Help me out with this cmd - by Dayrion - 29.07.2017, 08:42
Re: Help me out with this cmd - by Kane - 29.07.2017, 08:47
Re: Help me out with this cmd - by Xtra - 29.07.2017, 08:50

Forum Jump:


Users browsing this thread: 1 Guest(s)