[Ajuda] ajuda aki
#2

Comando e sistema de carregamento pronto abaixo, se ajudei avisa aqui no tуpico. espero ter ajudado!

Ajudei? +Rep

° Tente assim:
PHP код:
if(strcmp(cmd,"/setvip"true)==0)
{
    new 
aname[MAX_PLAYER_NAME];
    
GetPlayerName(playeridanameMAX_PLAYER_NAME);
    
format(filesizeof(file), PASTA_CONTASaname);
    if(
IsPlayerAdmin(playerid))
    {
        new 
vvp;
        
tmp strtok(cmdtextidx);
        if(!
strlen(tmp))
        {
            
SendClientMessage(playeridVermelho,"/Setvipouro [id]");
            return 
1;
        }
        
vvp strval(tmp);
        if(
IsPlayerConnected(vvp))
        {
            new 
pname[MAX_PLAYER_NAME];
            
GetPlayerName(vvppnameMAX_PLAYER_NAME);
            
format(filesizeof(file), PASTA_CONTASpname);
            
SendClientMessage(playeridVerde" | INFO | Comando efetuado com sucesso!");
            
format(stringsizeof(string), " | INFO | O Administrador %s (%d) te setou 30 dias de [ VIP ], aproveite! "PlayerName(playerid));
            
SendClientMessage(vvpLaranjastring);
            
PlayerInfo[vvp][pVip] = 1;
            
dini_IntSet(file"VIPOURO"1);
            
dini_IntSet(file"Combustivel"1000);
            
boat[vvp] = Create3DTextLabel("VIP Sagrado",Laranja,30.0,40.0,50.0,40.0,1);
            
Attach3DTextLabelToPlayer(boat[vvp],vvp0.00.00.5);
        }
        else
        {
            
SendClientMessage(playeridVermelho" | ERRO | Jogador nгo conectado!");
        }
    }
    else
    {
        
SendClientMessage(playeridVermelho" | ERRO | Vocк nгo tem permissгo!");
    }
    return 
1;

° Na public OnPlayerSpawn coloque:
PHP код:
public OnPlayerSpawn(playerid)
{
    new 
aname[MAX_PLAYER_NAME];
    
GetPlayerName(playeridanameMAX_PLAYER_NAME);
    
format(filesizeof(file), PASTA_CONTASaname);
    if(
dini_Int(file,"VIPOURO") == 1)
    {
        
PlayerInfo[playerid][pVip] = 1;
        
boat[playerid] = Create3DTextLabel("VIP Sagrado",Laranja,30.0,40.0,50.0,40.0,1);
        
Attach3DTextLabelToPlayer(boat[playerid],playerid0.00.00.5);
    }
    return 
1;

Reply


Messages In This Thread
ajuda aki - by chefaoBR - 09.12.2014, 21:11
Re: ajuda aki - by [BOPE]Seu._.Madruga - 09.12.2014, 21:20

Forum Jump:


Users browsing this thread: 1 Guest(s)