13.03.2012, 20:31
Hi, this simple code shows the money and not the score:
This is the ONLY one OnPlayerUpdate that i have but i see:
pawn Код:
public OnPlayerUpdate(playerid)
{
SetPlayerScore(playerid, GetPlayerMoney(playerid));
return 1;
}
Quote:
C:\Users\Luca\Desktop\BaseScript\gamemodes\base.pw n(3725) : error 021: symbol already defined: "OnPlayUpdate" |