[Ajuda] Comandos e Erros
#1

Olб, boa noite tou com dois problemas serio no meu servidor.

1є Comando que nгo funciona direito. ( quando digito /recorde ele pega o level mais auto do server e o id do outro jogador sem ser que ta com level auto).

PHP код:
if(!strcmp(cmdtext"/recorde"true))
    {
    new 
Scor[MAX_PLAYERS];
    for(new 
i!= MAX_PLAYERS; ++iScor[i] = GetPlayerScore(i);
     
BubbleSort(Scorsizeof(Scor));
     
    for(new 
i!= 1i++)
     {
          
format(stringsizeof(string),"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MATA MATA ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~");
        
SendClientMessage(playeridVerdestring);
         
format(stringsizeof(string),"~> O jogador conectado com o level mais alto й: %s (ID %d) (Level: %d)."PlayerName(i),i,Scor[i]);
         
SendClientMessage(playeridBrancostring);
         
format(stringsizeof(string),"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MATA MATA ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~");
         
SendClientMessage(playeridVerdestring);
          
      }
       return 
1;
    } 

2є o segundo problema й a questгo da lataria.
(que fica nesse numero grande)
https://imgur.com/a/di4akmY

PHP код:
new FloatLataria;
GetVehicleHealth(PlayerVehicleModelIDLataria);
format(string,sizeof(string)," ~n~ ~n~ ~n~ ~n~ ~n~ ~n~                              ~g~LATARIA:~w~%d"Lataria);
TextDrawSetString(LatariaVeiculo[i], string);//latariaaqui 
Reply


Messages In This Thread
Comandos e Erros - by DeusGrego - 29.03.2019, 01:20
Re: Comandos e Erros - by SrBlu - 29.03.2019, 02:59
Re: Comandos e Erros - by XandyMello - 30.03.2019, 01:36
Re: Comandos e Erros - by DeusGrego - 31.03.2019, 23:06
Re: Comandos e Erros - by Felipealves - 31.03.2019, 23:46
Re: Comandos e Erros - by DeusGrego - 31.03.2019, 23:52
Re: Comandos e Erros - by NWDMadara - 01.04.2019, 01:54
Re: Comandos e Erros - by JeffSantos2 - 01.04.2019, 10:31
Re: Comandos e Erros - by NWDMadara - 01.04.2019, 21:35
Re: Comandos e Erros - by JeffSantos2 - 02.04.2019, 01:39
Re: Comandos e Erros - by NWDMadara - 02.04.2019, 03:04

Forum Jump:


Users browsing this thread: 2 Guest(s)