05.12.2016, 19:49
OnPlayerUpdate <- refresh +200 times on second then the score will got updated every second btw show me level exp: :P
Lol !
PHP код:
public OnPlayerUpdate(playerid)
{
SetPlayerScore(playerid, PlayerInfo[playerid][pLevel]);
return 1;
}