SA-MP Forums Archive
[Ajuda] Comando - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Comando (/showthread.php?tid=416382)



Comando - vitorvlv - 17.02.2013

pawn Код:
CMD:mudarnick(playerid,params[])
{
new novonome[MAX_PLAYER_NAME];
new nome[MAX_PLAYER_NAME];
new msg[100];

if(sscanf(params,"s",novonome)) return SendClientMessage(playerid,0xFF0000AA,"Uso correto /mudarnick [nick]");
GetPlayerName(playerid,nome,sizeof(nome));
format(msg,100,"O Player %s mudou seu nick para %s",nome,novonome);
SendClientMessageToAll(COLOR_YELLOW,msg);
SetPlayerName(playerid,novonome);
SendClientMessage(playerid,0xFF0000,"Vocк mudou seu nick com sucesso");
SendClientMessage(playerid,COLOR_YELLOW,"Agora mude seu nick no samp e logue-se novamente no servidor");
Kick(playerid);
return true;
}
Entгo,criei esse comando sу que a mensagem final
pawn Код:
SendClientMessage(playerid,0xFF0000,"Vocк mudou seu nick com sucesso");
SendClientMessage(playerid,COLOR_YELLOW,"Agora mude seu nick no samp e logue-se novamente no servidor");
nгo manda,ele jб kicka logo .-.
sу aparece o Server Closed Connection


Re: Comando - ViniBorn - 17.02.2013

Tб usando 0.3x ?


Re: Comando - vitorvlv - 17.02.2013

sim,to com o 03x


Re: Comando - ViniBorn - 17.02.2013

Leia este tуpico, й o mesmo problema.

http://forum.sa-mp.com/showthread.ph...=mensagem+kick


Re: Comando - vitorvlv - 17.02.2013

Quote:
Originally Posted by Viniborn
Посмотреть сообщение
Leia este tуpico, й o mesmo problema.

http://forum.sa-mp.com/showthread.ph...=mensagem+kick
Assumo que fui meio lento pra entender,mas consegui, +rep por ter ajudado