ProgressBar -
Raridade - 21.12.2017
POR FAVOR!! EU PRESCISO DISSO PRA COLOCAR EM UM SERVE QUE EU QUERO CRIAR MAIS SOU NOVO E NГO SEI COMO FAZER, ALGUEM ME AJUDA SEREI MUITO GRATO. QUERIA QUE ESSE SISTEMA TIVESSE UM COMANDO DESSE AQUI /EXP [QUANTIDADE] PARA DAR UMA QUANTIDADE DE LEVEL PARA TODOS PLAYERS ONLINE NO SERVIDOR SУ PODERA DAR QUEM TIVER LOGADO NA RCON. ME AJUDEM PESSOAL PF.
https://imgur.com/a/zKWT3
https://uploaddeimagens.com.br/imagens/lurh9mx2-jpg
Re: ME AJUDA POR FAVOR, IMPLORO. -
Ramires - 21.12.2017
https://sampforum.blast.hk/showthread.php?tid=580508
ou
https://sampforum.blast.hk/showthread.php?tid=502080
Comando usando o 1° sistema:
PHP код:
CMD:exp(playerid, params[])
{
new quantidade, adminName[MAX_PLAYER_NAME], string[128];
GetPlayerName(playerid, adminName, sizeof(adminName));
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, -1, "Erro: Vocк nгo estб logado na RCON!");
if(sscanf(params, "d", quantidade)) return SendClientMessage(playerid, -1, "Uso correto: /exp [quantidade]");
for(new i; i < MAX_PLAYERS; i++) { XP[i] += quantidade; }
format(string, sizeof(string), "O administrador %s deu %d XPs para todos!", adminName, quantidade);
SendClientMessageToAll(-1, string);
return 1;
}
Comando usando o 2° sistema:
PHP код:
CMD:exp(playerid, params[])
{
new quantidade, adminName[MAX_PLAYER_NAME], string[128];
GetPlayerName(playerid, adminName, sizeof(adminName));
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, -1, "Erro: Vocк nгo estб logado na RCON!");
if(sscanf(params, "d", quantidade)) return SendClientMessage(playerid, -1, "Uso correto: /exp [quantidade]");
for(new i; i < MAX_PLAYERS; i++) { Exp[i] += quantidade; }
format(string, sizeof(string), "O administrador %s deu %d XPs para todos!", adminName, quantidade);
SendClientMessageToAll(-1, string);
return 1;
}
Re: ME AJUDA POR FAVOR, IMPLORO. -
Dimbalada - 21.12.2017
Quote:
Originally Posted by Ramires
https://sampforum.blast.hk/showthread.php?tid=580508
ou
https://sampforum.blast.hk/showthread.php?tid=502080
Comando usando o 1° sistema:
PHP код:
CMD:exp(playerid, params[])
{
new quantidade, adminName[MAX_PLAYER_NAME], string[128];
GetPlayerName(playerid, adminName, sizeof(adminName));
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, -1, "Erro: Vocк nгo estб logado na RCON!");
if(sscanf(params, "d", quantidade)) return SendClientMessage(playerid, -1, "Uso correto: /exp [quantidade]");
for(new i; i < MAX_PLAYERS; i++) { XP[i] += quantidade; }
format(string, sizeof(string), "O administrador %s deu %d XPs para todos!", adminName, quantidade);
SendClientMessageToAll(-1, string);
return 1;
}
Comando usando o 2° sistema:
PHP код:
CMD:exp(playerid, params[])
{
new quantidade, adminName[MAX_PLAYER_NAME], string[128];
GetPlayerName(playerid, adminName, sizeof(adminName));
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, -1, "Erro: Vocк nгo estб logado na RCON!");
if(sscanf(params, "d", quantidade)) return SendClientMessage(playerid, -1, "Uso correto: /exp [quantidade]");
for(new i; i < MAX_PLAYERS; i++) { Exp[i] += quantidade; }
format(string, sizeof(string), "O administrador %s deu %d XPs para todos!", adminName, quantidade);
SendClientMessageToAll(-1, string);
return 1;
}
|
Mano ele Tambйm quer com a progresbar igual na imagem kkk
Re: ME AJUDA POR FAVOR, IMPLORO. -
Marllun - 21.12.2017
vc criou conta fake para isso?
Re: ME AJUDA POR FAVOR, IMPLORO. -
Raridade - 21.12.2017
Eu agradeзo muito a vc's todos que estгo querendo me ajudar de coraзгo obg msm, eu tbm queria muito a progressbar porque eu n sei como fazer entende, desculpa por exigir tanto assim
Re: ME AJUDA POR FAVOR, IMPLORO. -
JonathanFeitosa - 21.12.2017
Bem, o sistema desse de experiкncia da imagem foi eu que fiz junto com o Caio que fez a parte de design do ProgressBar.
Como eu nгo tenho permissгo para mandar o cуdigo e ele pertence a um servidor que estб online, vocк deve criar um
Progress Bar Prуprio com os Editores de PB, apenas o "Design" , que apуs feito, ajudamos vocк a implementa-lo, ou vocк pode ver um tutorial se preferir.
PS: Nгo crie tуpicos como "Me ajude" ou com letras com caixa alta. Seja direto e objetivo no titulo.
Re: ProgressBar -
Raridade - 21.12.2017
Gostaria Muito de um tutorial Bem explicado. Eu entendo.
Re: ProgressBar -
cristiannh2 - 21.12.2017
Criei o meu sozinho,
https://i.imgur.com/dvw3Kzs.png acho que vocк deve fazer o mesmo, muito difнcil alguйm te da o cуdigo na mгo.
Re: ProgressBar -
FerrariL - 21.12.2017
Se nгo me engano o caio tinha um gamemode que continha esse sistema,ele tinha postado no fуrum esse gm.
Re: ProgressBar -
Raridade - 21.12.2017
й pq eu comecei agr msm sabe sou muito novato e eu sei poucas coisas to estudando bastante estou focando nisso entгo eu n sei como comeзar a fazer se alguem tiver um tutorial bem explicado ajudaria bastante.