12.08.2010, 10:02
I want the score to show the playing hours
Is this code right?
If so, where do I put it ?
Is this code right?
Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
SetPlayerScore(i, Player[playerid][PlayingHours]);
}
}
return 1;


