Set Player Score.
#2

60000 is 60seconds.
pawn Код:
public gc(playerid)
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(hasspawned[i] == 1)
        {
            SetPlayerScore(i, GetPlayerScore(i) + 1);
            SendClientMessage(playerid,0xFFFFFFFF,"You recieved +1 score for flying!");
        }
    }
    return 1;
}
You had the for(new part messed up.
Reply


Messages In This Thread
Set Player Score. - by propilot - 23.12.2010, 01:11
Re: Set Player Score. - by willsuckformoney - 23.12.2010, 01:59
Re: Set Player Score. - by propilot - 23.12.2010, 02:36
Re: Set Player Score. - by stix - 23.12.2010, 03:31
Re: Set Player Score. - by propilot - 23.12.2010, 03:36
Re: Set Player Score. - by stix - 23.12.2010, 03:37
Re: Set Player Score. - by propilot - 23.12.2010, 03:38
Re: Set Player Score. - by willsuckformoney - 23.12.2010, 03:52
Re: Set Player Score. - by propilot - 23.12.2010, 03:54
Re: Set Player Score. - by Joe Staff - 23.12.2010, 03:57

Forum Jump:


Users browsing this thread: 2 Guest(s)