[Ajuda] Ajuda GETNAMEPLAYER
#6

Inicio gamemode:
pawn Код:
#include sscanf
#include zcmd
Se nгo tiver baixa aqui a sscanf: http://pastebin.com/EnT1r263
A ZCMD AQUI: http://pastebin.com/uT4Es5Xr

Aqui o comando:
pawn Код:
CMD:mudarnome(playerid, params[])
{
    new nomenew[80], mens[90];
    if(sscanf(params, "u", nomenew)) return SendClientMessage(playerid, -1, "Uso: /mudarnome [nome]");
    SetPlayerName(playerid, nomenew);
    format(mens, sizeof(mens), "Vocк mudou seu nome para %s", nomenew);
    return 1;
}
Reply


Messages In This Thread
Ajuda GETNAMEPLAYER - by Adejair - 28.10.2013, 15:10
Re: Ajuda GETNAMEPLAYER - by BielCOP - 28.10.2013, 15:13
Re: Ajuda GETNAMEPLAYER - by Adejair - 28.10.2013, 15:14
Re: Ajuda GETNAMEPLAYER - by Coe1 - 28.10.2013, 15:15
Re: Ajuda GETNAMEPLAYER - by Adejair - 28.10.2013, 15:19
Re: Ajuda GETNAMEPLAYER - by TheMing - 28.10.2013, 15:28
Re: Ajuda GETNAMEPLAYER - by BielCOP - 28.10.2013, 17:11
Respuesta: Ajuda GETNAMEPLAYER - by Adejair - 28.10.2013, 17:34
Re: Ajuda GETNAMEPLAYER - by BielCOP - 28.10.2013, 17:35
Respuesta: Ajuda GETNAMEPLAYER - by Adejair - 28.10.2013, 17:46

Forum Jump:


Users browsing this thread: 2 Guest(s)