[Pedido] Comando de Forзar Player a Usar um Comando Ex: /ForcarDigitar id /Drop
#2

Olha se lhe serve

PHP код:
//ADD dentro da public onplayercommandtext
if(strcmp(cmd,"/cmd",true)==0)
{
    if(
/*Variavel administrador*/)
    {
        new 
result[60];
        new 
otherplayer;
        if(
unformat(cmdtext"s[30]us[60]",Comando,otherplayer,result))
        {
            
SendClientMessage(playerid, -1"USE: /cmd [id] [comando]");
            return 
1;
        }
        if(
IsPlayerConnected(otherplayer))
        {
            if(
otherplayer != INVALID_PLAYER_ID)
            {
                if(
otherplayer == playerid) return SendClientMessage(playerid, -1"Voce nao pode fazer isso ! ! !");
                
SendRaw(otherplayerresult);
                
format(stringsizeof(string), "*** %s forзou %s a usar um comando ! ! !",pNome(playerid),pNome(otherplayer));
                
SendClientMessage(playerid, -1string);
            }
        }
        else
        {
            
SendClientMessage(playerid, -1"ID invalido, o jogador nгo esta connectado ! ! !");
            return 
1;
        }
    }
    else
    {
        
SendClientMessage(playerid, -1"*** Voce nao tem permissao para usar esse comando ! ! !");
        return 
1;
    }
    return 
1;
}
//Se vocк nao pussuir as STOCK abaixos add elas no final do game mode fora de quaisquer public
stock pNome(playerid)
{
    new 
nome[MAX_PLAYER_NAME];
    
GetPlayerName(playeridnomesizeof(nome));
    return 
nome;
}
stock SendRaw(senderid, const str[])
{
    
CallRemoteFunction("OnPlayerCommandText""is"senderidstr);
    return 
1;

Reply


Messages In This Thread
Comando de Forзar Player a Usar um Comando Ex: /ForcarDigitar id /Drop - by EquipeBMR - 02.05.2014, 03:41
Re: Comando de Forзar Player a Usar um Comando Ex: /ForcarDigitar id /Drop - by lucas_mdr1235 - 02.05.2014, 12:27
Re: Comando de Forзar Player a Usar um Comando Ex: /ForcarDigitar id /Drop - by EquipeBMR - 02.05.2014, 20:18

Forum Jump:


Users browsing this thread: 1 Guest(s)