09.04.2013, 22:25
Olб pessoal...
Fiz esse code, com um conhecimento bбsico. Porйm ele estб no rodapй.
Como faria para ele se tornar um textdraw?
Ex:
EXP: %d/5
Level %d
Jб tenho tudo definido, apenas passar pra textdraw.
Code:
Sei que a galera nгo ajuda pq tem preguiзa, mas aguardo alguem que ajude *-*
Fiz esse code, com um conhecimento bбsico. Porйm ele estб no rodapй.
Como faria para ele se tornar um textdraw?
Ex:
EXP: %d/5
Level %d
Jб tenho tudo definido, apenas passar pra textdraw.
Code:
pawn Код:
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), "~w~ ~r~Status~p~: ~w~Exp: ~p~(%d/5) ~w~Level: ~p~%d ~w~Grana: ~p~%d ~r~/~b~Radio ~y~/~g~Creditos",dini_Int(file, "EXP"),dini_Int(file, "Level"),GetPlayerGrana(i));
TextDrawSetString(gText3[i], string);
TextDrawShowForPlayer(i, gText3[i]);