SA-MP Forums Archive
[AJUDA]Level inicial + Grana '-' - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [AJUDA]Level inicial + Grana '-' (/showthread.php?tid=274196)



[AJUDA]Level inicial + Grana '-' - dPlaYer_ - 04.08.2011

Tudo q tem no ctrl + f = SetPlayerScore

й isso:


//Scores
new aname[MAX_PLAYER_NAME];
GetPlayerName(i, aname, MAX_PLAYER_NAME);
format(file, sizeof(file), PASTA_CONTAS, aname);
SetPlayerScore(i,dini_Int(file, "Level"));

new nomepl[MAX_PLAYER_NAME];
GetPlayerName(i, nomepl, sizeof(nomepl));
format(file, sizeof(file), PASTA_CONTAS, nomepl);
//
format(string, sizeof(string), "B ~p~G - L",dini_Int(file, "EXP"),dini_Int(file, "Level"),dini_Int(file, "Faculdade"),dini_Int(file, "Combustivel"));
TextDrawSetString(gText2[i], string);
//
format(string, sizeof(string), " ~w~EXP:~r~%d/~p~5 ~w~Level:~r~%d ~w~Estudo:~r~%d",dini_Int(file, "EXP"),dini_Int(file, "Level"),dini_Int(file, "Faculdade"),dini_Int(file, "Combustivel"));
TextDrawSetString(gText3[i], string);
TextDrawShowForPlayer(i, gText3[i]);
//

Como edito?


Re: [AJUDA]Level inicial + Grana '-' - RockFire - 04.08.2011

?

Explica o quer fazer...


Re: [AJUDA]Level inicial + Grana '-' - dPlaYer_ - 04.08.2011

tipo! Quero trocar o level inicial do player ex: O Player se registra e nasce com 10 leveis.. entende?


Re: [AJUDA]Level inicial + Grana '-' - JonathanFeitosa - 04.08.2011

Vocк Usa Qual tipo de GameMode ? GF ?


Re: [AJUDA]Level inicial + Grana '-' - dPlaYer_ - 04.08.2011

Nгo! Tipow .. meu GM й aqueles de versгo baixa.. o BWE! '-' ( Brasil World Equality ) So q toltamente editado '-'


Re: [AJUDA]Level inicial + Grana '-' - JonathanFeitosa - 04.08.2011

Pesquisa Por:
pawn Код:
PlayerInfo[playerid][pLevel] = LevelDeInicio;
No LeveldeInicio, Bota Qual Level que ele й setado atualmente, dps sу й mudar.


Re: [AJUDA]Level inicial + Grana '-' - dPlaYer_ - 05.08.2011

Vlw -q


Respuesta: [AJUDA]Level inicial + Grana '-' - Sergio_MOW - 05.08.2011

Resolvido? Caso nгo й sу voce reparar o enum, e a variavel do level,( maioria dos sv rpg usam enum ) para setar a tal valor, exemplo do GodFather:
pawn Код:
PlayerInfo[playerid][pAdmin] = 10; // admin 10 para o player
nesse caso ele seta admin 10 para o player...


Re: [AJUDA]Level inicial + Grana '-' - dPlaYer_ - 05.08.2011

AFF! Me lembrei.. esqueci q nгo pegou!

pesquisei por isso:

PlayerInfo[playerid][pLevel]

e nгo apareceu nada =/


Re: [AJUDA]Level inicial + Grana '-' - JonathanFeitosa - 06.08.2011

Depende, o que no seu GM usa para setar level ?

pawn Код:
pLevel ?
Level ?
pScore ?
Score ?