06.01.2015, 23:28
Quien sabe cual es la variable de nivel en gm de ulp la e buscado por todas partes y no la encuentro
public GetPlayerScoreEx(playerid)
{
new LevelRp;
new MyHoursPlaying = PlayersData[playerid][HoursPlaying];
new Count=4;
while (MyHoursPlaying >= Count)
{
MyHoursPlaying = MyHoursPlaying - Count;
Count = Count + 4;
LevelRp++;
}
return LevelRp;
}