[Pedido] Chat Noob
#9

PHP код:
CMD:novato(playeridparams[]) 

    new 
Texto[128];
    if(
GetPlayerScore(playerid) > 5) return SendClientMessage(playerid, -1"Vocк nгo й um NOVATO!")
    if(
isnull(params)) return SendClientMessage(playerid, -1"Uso correto: /novato [Mensagem]"); 
    new 
nome[MAX_PLAYER_NAME]; 
    
GetPlayerName(playeridnomesizeof(nome)); 
    for(new 
iMAX_PLAYERSi++)
    {
        if(
IsPlayerConnected(i) && GetPlayerScore(i) < 5)
        {
            
format(Texto128"Chat Noob. %s nivel[%d]: %s"nomescoreparams); 
            
SendClientMessage(i,-1Texto); 
        }
    }
    return 
true;

Reply


Messages In This Thread
Chat Noob - by Spanclear - 01.08.2017, 00:53
Re: Chat Noob - by GuilhermeNunes - 01.08.2017, 00:55
Re: Chat Noob - by Spanclear - 01.08.2017, 01:15
Re: Chat Noob - by GuilhermeNunes - 01.08.2017, 01:26
Re: Chat Noob - by Spanclear - 01.08.2017, 08:39
Re: Chat Noob - by GuilhermeNunes - 01.08.2017, 08:52
Re: Chat Noob - by zCyan - 01.08.2017, 12:16
Re: Chat Noob - by LucasF - 01.08.2017, 12:26
Re: Chat Noob - by IlanZ - 01.08.2017, 16:12
Re: Chat Noob - by IlanZ - 01.08.2017, 17:14

Forum Jump:


Users browsing this thread: 3 Guest(s)