score help
#4

I can't even see you put a "SetPlayerScore" over there.

Probably you got a timer or OnPlayerUpdate that will set's the player's score with the same value of his money.

The code should looks like :

pawn Код:
public OnPlayerUpdate( playerid ) // Or something like this ( A timer )
{
    SetPlayerScore( playerid, GetPlayerMoney( playerid ) );

    return 1;
}
If you found it's a timer, remove the timer.
Reply


Messages In This Thread
score help - by MA_proking - 01.08.2011, 07:21
Re: score help - by PrawkC - 01.08.2011, 07:31
Re: score help - by MA_proking - 01.08.2011, 07:39
Re: score help - by Basicz - 01.08.2011, 07:51
Re: score help - by MA_proking - 01.08.2011, 08:05

Forum Jump:


Users browsing this thread: 1 Guest(s)