[HOW]Hour passes and he/she gets +1 Score???
#1

Here is Part Of A Code where I need help and plz help me with it: :
pawn Код:
public OnGameModeInit()
{
    new file[256];
for(new i; i < MAX_PLAYERS; i ++)
    {
        if(dini_IntSet(file,"Job",PlayerInfo[i][pJob] = 29))
        {
            dini_IntSet(file,"Job",PlayerInfo[i][pJob] = 0);
            SendClientMessage(i,COLOR_WHITE,"PAYDAY +SCORE");
        }
    }
return 1;
}
Reply


Messages In This Thread
[HOW]Hour passes and he/she gets +1 Score??? - by vakhtang - 19.03.2011, 13:29
Re: [HOW]Hour passes and he/she gets +1 Score??? - by Roomeo - 19.03.2011, 13:32

Forum Jump:


Users browsing this thread: 1 Guest(s)