[Ajuda] Level do player
#1

Antes o level do player era 4 daн eu mudei pra 1 sу que no /rg continua 4, olhem as modificaзхes que fiz:



Код:
public ScoreLevel(playerid)
{
	new LevScore;
	LevScore = PlayerInfo[playerid][pLevel];
	SetPlayerScore(playerid, LevScore);


Код:
public ScoreLevel(playerid)
{
	SetPlayerScore(playerid, 1);
}
Reply
#2

manda cуdigo /rg
Reply
#3

Simples por que o level dele nгo й o Score Level.
E sim a info pLevel.

Entгo coloque ao invez de SetPlayerScore(playerid,1);

Coloque PlayerInfo[playerid][pLevel] = 1;
Reply
#4

Valeu arakuta !!!!! +rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)