Command for nickchange
#1

Hello

I want a Command that i say /aperm And that the player can change his name
In a window

Screen:



How to do?

Please someone can make it for me?
With command line included


Screen from www.maxlife-rpg.com
Reply
#2

this is 2nd topic
about the same question

Quote:
Originally Posted by gigi1223
Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{ 
 if(dialogid == 2 && response)
  {
        SetPlayerName(playerid,inputtext);
		return 1;
	}
try that it works for me so
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)