Help with Offline set cash
#1

I tried to script a offline set cash for player but it seems does not works.Can anyone help me solve this and tell me exactly what to do?

pawn Код:
CMD:osetcash(playerid,params[])
{
    new string[124],string2[128], output[128];
    if(!(PlayerInfo[playerid][pAdmin] >= 4)) return SCM(playerid, COLOR_LIGHTRED,"You are not authorized to use this command");
    format(string,sizeof(string),"Users/%s.ini",params,output);
    if(fexist(string))
    {
        new INI:File = INI_Open(string);
        INI_SetTag(File,"data");
        INI_WriteInt(File,"Cash", PlayerInfo[playerid][pCash]);
        INI_Close(File);
        format(string2, sizeof(string2), "{FFFF33}[Admin-Warning]{FF0000}: {FFFFFF}%s has Offline give cash to %s.", GetPlayerNameEx(playerid), params,output);
        AdminBroadCast(COLOR_LIGHTRED, string2);
    }
    else SendClientMessage(playerid,COLOR_YELLOW,"{FF0000}..::{FF6347}[Database]:Account not found{FF0000}::..");
    return 1;
}
Reply


Messages In This Thread
Help with Offline set cash - by zionx08 - 04.12.2012, 08:58
Re: Help with Offline set cash - by Jarnu - 04.12.2012, 09:05
Re: Help with Offline set cash - by zionx08 - 04.12.2012, 09:25
Re: Help with Offline set cash - by cosbraa - 04.12.2012, 09:27
Re: Help with Offline set cash - by zionx08 - 04.12.2012, 09:33
Re: Help with Offline set cash - by cosbraa - 04.12.2012, 09:41
Re: Help with Offline set cash - by Konstantinos - 04.12.2012, 09:42
Re: Help with Offline set cash - by zionx08 - 04.12.2012, 09:48
Re: Help with Offline set cash - by Konstantinos - 04.12.2012, 09:52
Re: Help with Offline set cash - by zionx08 - 04.12.2012, 10:03

Forum Jump:


Users browsing this thread: 2 Guest(s)