[Pedido] comando /ask
#10

Quote:
Originally Posted by iTakelot
Посмотреть сообщение
Darking eu testei no meu servidor e funcionou perfeitamente, testa com esse aqui coloquei a variavel de admin Rcon, logue-se e faзa uma pergunta.

PHP код:
command(askplayeridparams[])
{
    new 
Name[24],Msg[128],Message[128];
    
GetPlayerName(playeridNamesizeof(Name));
    
    if (
sscanf(params"s[128]"Message)) SendClientMessage(playerid0xFF0000AA#Use: /ask [pergunta]);
    
else
    {
        for (new 
iMAX_PLAYERSi++)
        {
            if(
IsPlayerConnected(i) && IsPlayerAdmin(i))
            {
                
format(Msg128"{00FFFF}[ASK]Jogador(a) {FFFFFF}%s:{00FFFF} Pergunta: {FFFFFF}%s"NameMessage);
                
SendClientMessage(i, -1Msg);
            }
        }
    }
    
    
SendClientMessage(playerid0x00FF00FF#Sua pergunta foi enviada aos administradores online!);
    
return 1;

tento usar o comando dб como inexistentew '-'
Reply


Messages In This Thread
comando /ask - by DKDarkking - 27.08.2015, 00:08
Re: comando /ask - by iTakelot - 27.08.2015, 00:20
Re: comando /ask - by DKDarkking - 27.08.2015, 00:27
Re: comando /ask - by iTakelot - 27.08.2015, 00:37
Re: comando /ask - by DKDarkking - 27.08.2015, 00:41
Re: comando /ask - by iTakelot - 27.08.2015, 00:48
Re: comando /ask - by JPedro - 27.08.2015, 16:42
Re: comando /ask - by DKDarkking - 28.08.2015, 21:20
Re: comando /ask - by iTakelot - 28.08.2015, 21:27
Re: comando /ask - by DKDarkking - 28.08.2015, 22:35

Forum Jump:


Users browsing this thread: 3 Guest(s)