[GameMode] GameMode Base Inglкs/Portuguкs
#4

@GuiKommander, vou lhe dar pequenas dicas para melhorias futuras.

#1
Este cуdigo й relativamente simples. Entrei achando que vocк havia feito de alguma forma diferente, porйm sгo apenas condicionais....

#2
Код:
if(strlen(inputtext) < 4 || strlen(inputtext) > 20)
Sempre que vocк usar uma funзгo mais de uma vez, recomendo armazenar o valor em uma variбvel.
Outra forma de otimizaзгo й fazer assim:
Код:
new len = strlen(inputtext);
if(4 <= len <= 20))
#3
A funзгo ResetarVariaveis(playerid) й utilizada ao conectar e desconectar e, de momento, nгo hб necessidade de zerar duas vezes.

#4
A funзгo Conta(playerid) й utilizada vбrias vezes na mesma funзгo e ela faz, respectivamente:
- formata a var Arquivo com a funзгo format;
- formata a var Nome e define o valor de nome com GetPlayerName.

Essa ordem й feita diversas vezes. Recomendo armazenar o valor em uma variбvel.

________________

Sгo alguns pontos que vi no seu cуdigo que podem ser melhorados.
Reply


Messages In This Thread
GameMode Base Inglкs/Portuguкs - by GuiKommander - 04.03.2018, 22:10
Re: GameMode Base Inglкs/Portuguкs - by KoloradO - 05.03.2018, 00:28
Re: GameMode Base Inglкs/Portuguкs - by GuiKommander - 05.03.2018, 00:35
Re: GameMode Base Inglкs/Portuguкs - by F1N4L - 05.03.2018, 10:47
Re: GameMode Base Inglкs/Portuguкs - by GuiKommander - 05.03.2018, 13:51
Re: GameMode Base Inglкs/Portuguкs - by SpikeCompiler - 05.03.2018, 14:44
Re: GameMode Base Inglкs/Portuguкs - by PT - 05.03.2018, 20:57
Re: GameMode Base Inglкs/Portuguкs - by GuiKommander - 05.03.2018, 21:34
Re: GameMode Base Inglкs/Portuguкs - by GuiKommander - 05.03.2018, 21:36

Forum Jump:


Users browsing this thread: 1 Guest(s)