[FilterScript] AdiVIP - Sistema de VIP
#8

Parabйns pelo sistema.

__________________

Apenas alguns detalhes que nгo pude deixar despercebidos:

#1 - Vocк pode utilizar somente um SendClientMessageToAll(GetPlayerColor(playerid), Str); no switch da linha 85, apenas adicione a funзгo no final do switch e nгo em todos os "case".

#2 - No switch da linha 158 vocк usa DeletePVar(playerid, "Status"); apуs um objeto ser destruнdo. Por quк?

#3 - O propуsito de PVars й compartilhar informaзхes entre scripts (como CallRemoteFunction). Recomendo o uso de variбveis.

#4 - Toda vez que for usar uma funзгo nativa MAIS DE UMA VEZ no mesmo script, recomendo armazenar o valor retornado da funзгo em uma variбvel.
Como o caso abaixo:
Код:
AttachObjectToVehicle(GetPVarInt(playerid, "neon24"), GetPlayerVehicleID(playerid), -0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
AttachObjectToVehicle(GetPVarInt(playerid, "neon25"), GetPlayerVehicleID(playerid), 0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
AttachObjectToVehicle(GetPVarInt(playerid, "neon26"), GetPlayerVehicleID(playerid), -0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
AttachObjectToVehicle(GetPVarInt(playerid, "neon27"), GetPlayerVehicleID(playerid), 0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
#5 - Na funзгo RemoverV vocк usa no final DOF2_SaveFile();, sendo que a funзгo DOF2_RemoveFile retorna a remoзгo do arquivo, o que nгo faz sentido o uso de DOF2_SaveFile.

Foram alguns pontos que eu vi e que podem ser melhorados.
Reply


Messages In This Thread
AdiVIP - Sistema de VIP - by Adiiti - 22.03.2018, 18:57
Re: AdiVIP - Sistema de VIP - by PowerMwK - 22.03.2018, 18:59
Re: AdiVIP - Sistema de VIP - by FerrariL - 22.03.2018, 20:01
Re: AdiVIP - Sistema de VIP - by HelderPT - 22.03.2018, 20:14
Re: AdiVIP - Sistema de VIP - by n0minal - 22.03.2018, 23:16
Re: AdiVIP - Sistema de VIP - by Adiiti - 23.03.2018, 11:42
Re: AdiVIP - Sistema de VIP - by ThiagoScottish - 23.03.2018, 18:16
Re: AdiVIP - Sistema de VIP - by F1N4L - 23.03.2018, 18:50
Re: AdiVIP - Sistema de VIP - by Adiiti - 24.03.2018, 14:04
Re: AdiVIP - Sistema de VIP - by [BOPE]Seu._.Madruga - 24.03.2018, 14:28

Forum Jump:


Users browsing this thread: 3 Guest(s)