[Pedido] Como eu crio comando sem Barra?
#8

Inicialmente era um comando e vocк quer agora um chat global... '-'

Код:
public OnPlayerText(playerid, text[]) 
{ 
    new idxGChat = strfind(text, "@cg", true, 0); 

    if(idxGChat == 0)
    {
    	new string[128]; 
	    format(string, sizeof(string), "@Chat Global (%s): {FFFFFF}%s", PlayerName(playerid), text[idxGChat+3]); 
	    SendClientMessageToAll(COLOR_LIGHTBLUE, string); 
    }

    return 1; 
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)