Command for nickchange
#3

Код:
ShowPlayerDialog(playerid,2,DIALOG_STYLE_INPUT,"Change your nickname","You can enter here a new nickname:","Accept","Nevermind");
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == 2 && response)
{
SetPlayerName(playerid,inputtext);
return 1;
}
SO far i am..
Now i want this in a command /aperm Playerid
Can someone make it for me?
Reply


Messages In This Thread
Command for nickchange - by Drowzz - 10.05.2010, 16:01
Re: Command for nickchange - by luckie12 - 10.05.2010, 16:52
Re: Command for nickchange - by Drowzz - 10.05.2010, 17:29

Forum Jump:


Users browsing this thread: 1 Guest(s)