[Ajuda] fatal error 107: too many error messages on one line Estou muito irritado jб com isso
#1

Jб fiz tudo, tudo mesmo, e nгo consigo acertar esses erros infelizes, se puderem ajudar obrigado.

HTML Code:
(16570)error 029: invalid expression, assumed zero
(16570) : error 001: expected token: ";", but found "]"
(16570) : error 029: invalid expression, assumed zero
(16570) : fatal error 107: too many error messages on one line
O Codigo com erro:

PHP Code:
CMD:cadeia(playeridparams[])
{
    new 
L_IDL_TEMPOL_MOTIVO[60], L_STRING[128];
    if(
PlayerInfo[playerid][pAdmin] < 1) return SendClientMessage(playerid, -1"Vocк nгo й administrador!");
    if(
sscanf(params"uds"L_IDL_TEMPOL_MOTIVO)) return SendClientMessage(playerid, -1"Use: /cadeia {00E5FF}[ID] [Tempo (em minutos)] [Motivo]");
    if(
G_PLAYER_PRESO_CADEIA_ADMIN[L_ID] == 1) return SendClientMessage(playerid, -1"Este player jб estб preso!");
    
SetPlayerPos(L_IDCOORDENADAS_CADEIA);
    
SetPlayerInterior(L_IDINTERIOR_CADEIA);
    
G_PLAYER_PRESO_CADEIA_ADMIN[L_ID] = 1;
    
format(L_STRINGsizeof(L_STRING), "%s colocou %s na cadeia. Motivo: %s"S_GET_PLAYER_NAME(playerid), S_GET_PLAYER_NAME(L_ID), L_MOTIVO);
    
SendClientMessageToAll(-1L_STRING);
    
G_TEMPO_DA_CADEIA[L_ID] = L_TEMPO*60000;
    
G_TEMPO_RESTANTE_CADEIA[L_ID] = G_TEMPO_DA_CADEIA[L_ID];
    
VerificarTempoRestante(L_ID);
    
G_PLAYER_PRESO_CADEIA_ADMIN[playerid] = 1;
    
G_TEMPO_CADEIA[L_ID] = SetTimerEx("TirarDaCadeia"G_TEMPO_RESTANTE_CADEIA[L_ID], false"i"L_ID);
    
S_SALVAR_CADEIA(L_ID);
    return 
1;

Linha exata do erro:

PHP Code:
if(PlayerInfo[playerid][pAdmin] < 1) return SendClientMessage(playerid, -1"Vocк nгo й administrador!"); 
Reply


Messages In This Thread
fatal error 107: too many error messages on one line Estou muito irritado jб com isso - by NemesisBR - 18.02.2018, 22:00
Re: fatal error 107: too many error messages on one line Estou muito irritado jб com isso - by RogueDrifter - 18.02.2018, 22:12
Re: fatal error 107: too many error messages on one line Estou muito irritado jб com isso - by NemesisBR - 18.02.2018, 22:14
Re: fatal error 107: too many error messages on one line Estou muito irritado jб com isso - by Lovejoy - 18.02.2018, 22:17
Re: fatal error 107: too many error messages on one line Estou muito irritado jб com isso - by RogueDrifter - 18.02.2018, 22:17
Re: fatal error 107: too many error messages on one line Estou muito irritado jб com isso - by NemesisBR - 18.02.2018, 22:22
Re: fatal error 107: too many error messages on one line Estou muito irritado jб com isso - by RogueDrifter - 18.02.2018, 22:24
Re: fatal error 107: too many error messages on one line Estou muito irritado jб com isso - by GuiKommander - 18.02.2018, 22:30
Re: fatal error 107: too many error messages on one line Estou muito irritado jб com isso - by NemesisBR - 18.02.2018, 22:30
Re: fatal error 107: too many error messages on one line Estou muito irritado jб com isso - by RogueDrifter - 18.02.2018, 22:38
Re: fatal error 107: too many error messages on one line Estou muito irritado jб com isso - by NemesisBR - 18.02.2018, 23:19
Re: fatal error 107: too many error messages on one line Estou muito irritado jб com isso - by RogueDrifter - 18.02.2018, 23:25
Re: fatal error 107: too many error messages on one line Estou muito irritado jб com isso - by NemesisBR - 18.02.2018, 23:30
Re: fatal error 107: too many error messages on one line Estou muito irritado jб com isso - by RogueDrifter - 18.02.2018, 23:32
Re: fatal error 107: too many error messages on one line Estou muito irritado jб com isso - by NemesisBR - 19.02.2018, 00:00

Forum Jump:


Users browsing this thread: 1 Guest(s)