[AJUDA PLIS] Como que eu fasso isso?
#5

Comando Simples de mudar o nick, agora se vc quiser um que mude no arquivo do player й uma coisa toltalmente diferete.
pawn Код:
if(strcmp(cmd, "/mudarnick", true) ==0)
{
    tmp = strtok(cmdtext, idx);
    if(!strlen(tmp))
    {
        SendClientMessage(playerid, 0xFF0000AA, "USO: /mudarnick [novonick]");
        return 1;
    }
    new novonick;
    novonick = strval(tmp);
    SetPlayerName(playerid, novonick);
    new String[100];
    format(String, sizeof(String), "Vocк mudou seu NickName para %s", novonic);
    SendClientMessage(playerid,0x00FF00AA,String);
    return 1;
}
Reply


Messages In This Thread
[AJUDA PLIS] Como que eu fasso isso? - by Homer_Tihuana - 18.10.2010, 12:30
Re: [AJUDA PLIS] Como que eu fasso isso? - by Xapita_Halls - 18.10.2010, 14:05
Re: [AJUDA PLIS] Como que eu fasso isso? - by Homer_Tihuana - 18.10.2010, 14:49
Re: [AJUDA PLIS] Como que eu fasso isso? - by sergio_xd - 18.10.2010, 14:52
Re: [AJUDA PLIS] Como que eu fasso isso? - by TiagoPS - 18.10.2010, 16:36
Re: [AJUDA PLIS] Como que eu fasso isso? - by Homer_Tihuana - 18.10.2010, 17:39
Re: [AJUDA PLIS] Como que eu fasso isso? - by insanity_hol - 18.10.2010, 17:41
Re: [AJUDA PLIS] Como que eu fasso isso? - by Rodolfo_Halls - 18.10.2010, 19:14

Forum Jump:


Users browsing this thread: 1 Guest(s)