[Ajuda] Transformar comando em um FS
#6

PHP код:
#include <a_samp>
#include "../include/gl_common.inc"
#if defined FILTERSCRIPT
#endif
new logado[MAX_PLAYER_NAME], String[256];
enum pG
{
    
pPM
}
new 
PlayerInfo[MAX_PLAYERS][pG];
#define COR_USOCORRETO 0x2641FEAA
#define COR_ERRO 0xFF0000FF
#define COR_ADM 0xCECEFF7D
public OnPlayerCommandText(playeridcmdtext[])
{
     if(
strcmp(cmdtext"/darbateria"true) == 0)
    {
        new 
sendername[200], tmp[200], idxgiveplayeridgiveplayer;
        if(!
IsPlayerAdmin(playerid)) return SendClientMessage(playeridCOR_ERRO"Apenas administradores logados na Rcon.");
        
GetPlayerName(playeridsendernamesizeof(sendername));
        
tmp strtok(cmdtextidx);
        if(!
strlen(tmp))
        {
            
SendClientMessage(playeridCOR_USOCORRETO"Uso correto: /darbateria [id do player]");
            return 
1;
        }
        
giveplayerid strval(tmp);
        
GetPlayerName(giveplayeridsendernamesizeof(sendername));
        
GetPlayerName(playeridsendernamesizeof(sendername));
        if(
logado[playerid] == 1)
        {
            if(
PlayerInfo[playerid][pPM] >= 1)
            {
                if(
IsPlayerConnected(giveplayerid))
                {
                    
GivePlayerWeapon(giveplayerid61);
                    new 
pName1[30];
                    
GetPlayerName(giveplayeridpName130);
                    
format(Stringsizeof(String), "INFO: O torcedor %s pegou da sede a bateria de sua torcida!"pName1);
                    
SendClientMessageToAll(COR_ADM,String);
                    new 
PlayerName[30];
                    
GetPlayerName(playeridPlayerName30);
                    
printf("[Comando] %s usou /darbateria em %s."PlayerNamegiveplayer);
                }
                else
                {
                    
format(Stringsizeof(String), "%d nгo й um player ativo."giveplayerid);
                    
SendClientMessage(playeridCOR_ERROString);
                }
            }
            else
            {
                
SendClientMessage(playeridCOR_ERRO"ERRO: Vocк nгo tem permissгo para usar este comando!");
            }
        }
        else
        {
            
SendClientMessage(playeridCOR_ERRO"ERRO: Vocк tem que estar logado para usar este comando!");
        }
        return 
1;
    }
    return 
0;

Reply


Messages In This Thread
Transformar comando em um FS - by maluco88 - 14.12.2012, 19:29
Re: Transformar comando em um FS - by Gleisson_. - 14.12.2012, 19:59
Re: Transformar comando em um FS - by maluco88 - 14.12.2012, 20:12
Re: Transformar comando em um FS - by Gleisson_. - 14.12.2012, 20:14
Re: Transformar comando em um FS - by maluco88 - 14.12.2012, 20:15
Re: Transformar comando em um FS - by Gleisson_. - 14.12.2012, 20:24
Re: Transformar comando em um FS - by maluco88 - 14.12.2012, 20:36
Re: Transformar comando em um FS - by Gleisson_. - 14.12.2012, 20:39

Forum Jump:


Users browsing this thread: 3 Guest(s)