[Tutorial] Como Criar o comando "/asay"
#9

Quote:
Originally Posted by Jonorusc
Посмотреть сообщение
e um asay dependendo da org seria assim

PHP код:
#include <a_samp> 
#include <zcmd> 
#include <sscanf> 
CMD:asay(playeridparams[]) 

new 
falar[128]; 
    new 
string[128]; 
    if(
sscanf(params"s"falar)) return SendClientMessage(playerid, -1,"[CORRETOR]: Use /asay [texto]"); 
    if(
JogadorFoAdmin){
    
format(stringsizeof(string),"[GLOBAL ADMINISTRAЗГO]: %s - %s"Nome(playerid), falar); 
    
SendClientMessageToAll(-1string); 
    }
    if(
SePlayerforSomenteJogador){
    
format(stringsizeof(string),"[GLOBAL MESSENGER]: %s - %s"Nome(playerid), falar); 
    
SendClientMessageToAll(-1string); 
    }
    return 
1

Caso alguйm queira utilizar este tуpico para alguma dъvida, aconselho a vocк corrigir-se.

PHP код:
CMD:asay(playeridparams[])
{
    new 
falar[128];
    new 
string[128];
    new 
nome[MAX_PLAYER_NAME];
    
GetPlayerName(playeridnomeMAX_PLAYER_NAME);
    if(
sscanf(params"s"falar)) return SendClientMessage(playerid, -1,"[CORRETOR]: Use /asay [texto]");
    if(!
IsPlayerAdmin(playerid))
    {
        
format(stringsizeof(string),"[GLOBAL MESSENGER]: %s - %s"nomefalar);
        
SendClientMessageToAll(-1string);
    }
    if(!
IsPlayerAdmin(playerid) == false)
    {
        
format(stringsizeof(string),"[GLOBAL ADMINISTRAЗГO]: %s - %s"nomefalar);
        
SendClientMessageToAll(-1string);
    }
    return 
1;

Reply


Messages In This Thread
Como Criar o comando "/asay" - by fxckshzt - 19.08.2017, 23:52
Re: Como Criar o comando "/asay" - by C4rtm4n - 19.08.2017, 23:55
Re: Como Criar o comando "/asay" - by fxckshzt - 20.08.2017, 00:24
Re: Como Criar o comando "/asay" - by C4rtm4n - 20.08.2017, 00:39
Re: Como Criar o comando "/asay" - by fxckshzt - 20.08.2017, 00:42
Re: Como Criar o comando "/asay" - by GuilhermeNunes - 20.08.2017, 00:48
Re: Como Criar o comando "/asay" - by fxckshzt - 20.08.2017, 01:03
Re: Como Criar o comando "/asay" - by Jonorusc - 20.08.2017, 01:13
Re: Como Criar o comando "/asay" - by fxckshzt - 20.08.2017, 01:26
aqui vai meu exemplo, mais compacto! e simples! - by RazorGuigo - 06.09.2017, 13:38

Forum Jump:


Users browsing this thread: 2 Guest(s)