14.05.2010, 18:10
This is what i got:
Now i want that this is a Admin Command And i want it to GIVE TO ANOTHERE PLAYER!
SO how to fix that?
Код:
if (strcmp("/aperm", cmdtext, true, 10) == 0) { ShowPlayerDialog(playerid,2,DIALOG_STYLE_INPUT,"Change your nickname","You can enter here a new nickname:","Accept","Nevermind"); return 1; } public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { if(dialogid == 2 && response) { SetPlayerName(playerid,inputtext);
SO how to fix that?