[Pedido] comando /c comando de chat do clan
#10

Quote:
Originally Posted by IgorLuiz
Посмотреть сообщение
zPawnu tente!

PHP код:
CMD:c(playeridparams[])
{
    new 
Name[24], string[128], Texto[128];
    
GetPlayerName(playeridNamesizeof(Name));
    if(
sscanf(params"s[128]"Texto)) return SendClientMessage(playerid, -1"Use: /c [texto]");
    
format(stringsizeof(string), "%s Diz: {FFFFFF}%s"NameTexto);
    for(new 
0MAX_PLAYERS++)
    {
        if(
IsPlayerConnected(i))
        {
            if(
pInfo[i][Sheep] == 1)
            {
                
SendClientMessage(i,-1string);
            }
        }
    }
    return 
1;

Apenas uma correзгo que pode ser ъtil para ele..
PHP код:
if(pInfo[i][Sheep] >= 1
PHP код:
CMD:c(playeridparams[])
{
    new 
Name[24], string[128], Texto[128];
    
GetPlayerName(playeridNamesizeof(Name));
    if(
sscanf(params"s[128]"Texto)) return SendClientMessage(playerid, -1"Use: /c [texto]");
    
format(stringsizeof(string), "%s Diz: {FFFFFF}%s"NameTexto);
    for(new 
0MAX_PLAYERS++)
    {
        if(
IsPlayerConnected(i))
        {
            if(
pInfo[i][Sheep] >= 1)
            {
                
SendClientMessage(i,-1string);
            }
        }
    }
    return 
1;

Reply


Messages In This Thread
comando /c comando de chat do clan - by zPawnu - 17.09.2015, 18:33
Re: comando /c comando de chat do clan - by IgorLuiz - 17.09.2015, 18:47
Re: comando /c comando de chat do clan - by zPawnu - 17.09.2015, 19:00
Re: comando /c comando de chat do clan - by IgorLuiz - 17.09.2015, 19:05
Re: comando /c comando de chat do clan - by Dayvison_ - 17.09.2015, 19:13
Re: comando /c comando de chat do clan - by HaRdiiZin - 17.09.2015, 19:20
Re: comando /c comando de chat do clan - by zPawnu - 17.09.2015, 19:23
Re: comando /c comando de chat do clan - by iTakelot - 17.09.2015, 19:37
Re: comando /c comando de chat do clan - by IgorLuiz - 17.09.2015, 19:50
Re: comando /c comando de chat do clan - by HaRdiiZin - 17.09.2015, 19:57

Forum Jump:


Users browsing this thread: 2 Guest(s)