[Ajuda] Galera , onde defino?
#1

Galera, tava tentando fazer um codigo aqui , mais ai , ta dando erro

pode ser a case , aonde a defino ?

CODIGO::


PHP код:
public OnPlayerDisconnect(playeridreason)
{
    
OnPlayerDisconnect2(playerid);
    switch(
reason)
    {
        new 
string[128];
        case 
0format(String128"{FF0000}%s Desconectou-se do Servidor, Motivo: (Crash)"PlayerName(playerid));
        case 
1format(String128"{FF0000}%s Desconectou-se do Servidor, Motivo: (Prуprio)"PlayerName(playerid));
        case 
2format(String128"{FF0000}%s Desconectou-se do Servidor, Motivo: (Kickado/Banido)"PlayerName(playerid));
    }
    
Jproximos(10.0playeridStringBRANCO,BRANCO,BRANCO,BRANCO,BRANCO);
    return 
1;

Erros :

PHP код:
error 002only a single statement (or expressioncan follow each "case"
error 017undefined symbol "string"
warning 215expression has no effect
error 001
expected token";"but found "]"
fatal error 107too many error messages on one line 
Linha :

pawn Код:
new string[128];
Reply


Messages In This Thread
Galera , onde defino? - by Lucas_Rocha - 21.12.2016, 11:26
Re: Galera , onde defino? - by didimk157 - 21.12.2016, 11:28
Re: Galera , onde defino? - by didimk157 - 21.12.2016, 11:42
Re: Galera , onde defino? - by JhefTFJ - 21.12.2016, 16:45
Re: Galera , onde defino? - by nasser - 21.12.2016, 17:25

Forum Jump:


Users browsing this thread: 1 Guest(s)