17.02.2013, 00:13
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;
}
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");
sу aparece o Server Closed Connection