04.10.2011, 11:12
Is there a possible way to have it so your stars are your score?
i tryed using this
but didnt seem to work
NOTE: indentations fine just the way i copy and paste
i tryed using this
Код:
public OnPlayerUpdate(playerid)
{
if(GetPlayerWantedLevel(playerid) == 1)
{
SetPlayerScore(playerid, GetPlayerScore(playerid) + 1);
return 0;
}
return 1;
}
NOTE: indentations fine just the way i copy and paste



...