[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
#2

To give Score
pawn Код:
SetPlayerScore(playerid,GetPlayerScore(playerid)+1);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)