[Ajuda] Server closed the connection ao digitar o comando
#7

Quote:
Originally Posted by LockeD
Посмотреть сообщение
pawn Код:
COMMAND:atm( playerid ) {
    if( PlayerDados[ playerid ][ Madara ] < 1 )
        return SendClientMessage(playerid, BRANCO, "Voce nгo й o Uchiha.Madara!");
       
    if( gettime() - TempoComando[playerid] < 15 )
        return SendClientMessage(playerid, 0xFF0000FF, "Espere 15 segundos para usar este comando/jutsu novamente!");
       
    TempoComando[ playerid ]    =   gettime();
   
    SetPlayerHealth( playerid, 5000 ), SetPlayerArmour( playerid, 5000 ), SetPlayerSkin( playerid, 12 );
   
    format( String, sizeof( String ), "O ninja %s esta com a metade de seu Susano ativado.", Nome( playerid ) );
    SendClientMessageToAll(VERMELHO, String);
   
    GivePlayerWeapon( playerid, 37, 50000 ), GivePlayerWeapon( playerid, 9, 999999 ), GivePlayerWeapon( playerid, 45, 500 );
    return 1;
}
Nгo funcionou.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)