[Ajuda] LimparAdmin
#4

Quote:
Originally Posted by JuniorTheDM
Посмотреть сообщение
iTakelot Se nao pode me passaar uma stock | tipo assim , Como Eu Entro na Pasta Contas , Edito o Nivel de Admin Da pEssoa pelo jogo ?
Quer um comando pra tirar o adm da pessoa e outro pra editar o level?

acho que seria algo assim
PHP код:
command(editlevel,playerid,params[]){ 
    new 
string[30], NLevel;
     
    if( 
sscanf(params"s[30]i" stringNLevel)) 
    return 
SendClientMessageplayerid0xff0000ff "Use: /editlevel Nome Level" ); 
    
format(stringsizeof(string),"%s.ini",string); 
    if(!
dini_Exists(string)) 
    return 
SendClientMessage(playerid0xff0000ff "conta nгo encontrada!" ); 
    return 
dini_IntSet(string"Level" NLevel); 

me corrijam se eu estiver errado
Reply


Messages In This Thread
LimparAdmin - by JuniorTheDM - 04.08.2015, 22:00
Re: LimparAdmin - by iTakelot - 04.08.2015, 22:06
Re: LimparAdmin - by JuniorTheDM - 04.08.2015, 23:01
Re: LimparAdmin - by SepZ - 05.08.2015, 02:35
Re: LimparAdmin - by zGuigui2068 - 05.08.2015, 04:52

Forum Jump:


Users browsing this thread: 1 Guest(s)