[Ajuda] trocar nick
#1

Alguйm pode me ajudar com esse comando eu quero que muda o nick
dentro da pasta tb e ve se existe mais nгo sei como faz isso

PHP Code:
CMD:novonick(playeridparams[])
{
    if(
GetPlayerMoney(playerid) < 10000) return SendClientMessage(playerid0xFF0000FF"Vocк nгo tem dinheiro suficiente para trocar de nick");
    new 
nNick[20];
    if(
sscanf(params"s[20]",nNick)) return SendClientMessage(playerid0xFFFF00FF"Use: /novonick <Nick>");
    
SetPlayerName(playeridnNick);
    new 
File[37];
    
GetPlayerName(playeridFileMAX_PLAYER_NAME),
    
format(File,sizeof(File),DOF2_File(File));
    
DOF2_RenameFile("CZ/.ini"nNick);
    
format(Str,sizeof(Str), "|NovoNick|: Vocк mudou seu nick para %s",Nome(playerid));
    
SendClientMessage(playerid0x00FF00FFStr);
    
GivePlayerMoney(playerid, -10000);
    
SalvarDados(playerid);
    return 
1;

Reply


Messages In This Thread
trocar nick - by CZ - 20.10.2015, 00:11
Re: trocar nick - by SepZ - 20.10.2015, 00:39
Re: trocar nick - by CZ - 20.10.2015, 01:14
Re: trocar nick - by SepZ - 20.10.2015, 02:27
Re: trocar nick - by CZ - 20.10.2015, 02:37
Re: trocar nick - by Galhardo - 20.10.2015, 03:16
Re: trocar nick - by CZ - 20.10.2015, 03:22
Re: trocar nick - by Abravanel - 20.10.2015, 04:19
Re: trocar nick - by SepZ - 20.10.2015, 10:05
Re: trocar nick - by CZ - 20.10.2015, 16:48

Forum Jump:


Users browsing this thread: 2 Guest(s)