[Ajuda] Comando
#1

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
Reply
#2

Tб usando 0.3x ?
Reply
#3

sim,to com o 03x
Reply
#4

Leia este tуpico, й o mesmo problema.

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

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
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)