[Ajuda] Limitar caracteres no comando
#4

PHP код:
if(strcmp(cmd"/pedirevento"true12) == 0)
{
    if (
sizeof(cmd) - 13 24 || sizeof(cmd) - 13 <= 0) return SendClientMessage(playeridCORX1"| ERRO | Uso: /pedirevento [Evento/Modalidade] - Tamanho mбximo do pedido: 24 caracteres!");
    new 
name[25];
    
GetPlayerName(playeridname24);
    new 
peString[65];
    
format(peStringsizeof(peString), "{EAFF00}| PEDIDO | %s - [ID: %d] estб pedindo o evento: %s"nameplayeridcmd[13]);
    for(new 
0MAX_PLAYERSi++) { if((pOrgE(playerid)) || (pOrgEDM(playerid)) || (IsPlayerAdmin(playerid))) SendClientMessage(i, -1peString); }
    
SendClientMessage(playerid, -1"{BCEBEA}| PEDIDO | Os organizadores de eventos e administradores foram informados!");
    
    return 
1;

(faz tempo que nгo mexo com Pawn)
Reply


Messages In This Thread
Limitar caracteres no comando - by GuilhermeW - 03.10.2016, 22:21
Re: Limitar caracteres no comando - by RedMF - 03.10.2016, 23:04
Re: Limitar caracteres no comando - by OtimoJogo - 03.10.2016, 23:33
Re: Limitar caracteres no comando - by HardWar - 04.10.2016, 00:29
Re: Limitar caracteres no comando - by RedMF - 04.10.2016, 00:37

Forum Jump:


Users browsing this thread: 1 Guest(s)