[Help} SetPlayerScore
#1

Код:
forward TimeOnServer(playerid);
public TimeOnServer(playerid)
{
PlayerInfo[playerid][Sec] ++;
if(PlayerInfo[playerid][Sec]>=60)
{
PlayerInfo[playerid][Min]++;
PlayerInfo[playerid][Sec]=0;
}
if(PlayerInfo[playerid][Min]>=60)
{
PlayerInfo[playerid][Min]=0;
PlayerInfo[playerid][Hour]++;
new LevScore;
LevScore = PlayerInfo[playerid][Hour];
SetPlayerScore(playerid, LevScore);
}
}
why this dont sets my score on tab ?
Reply


Messages In This Thread
[Help} SetPlayerScore - by Jimbo01 - 26.09.2011, 17:02
Re: [Help} SetPlayerScore - by aRoach - 26.09.2011, 17:05
AW: [Help} SetPlayerScore - by Jimbo01 - 26.09.2011, 17:13
Re: [Help} SetPlayerScore - by Kostas' - 26.09.2011, 17:37

Forum Jump:


Users browsing this thread: 3 Guest(s)