/my command
#6

Код:
#define Player Stats
YCMD:my(playerid,params[])
{
 new string2[200];
 new name[MAX_PLAYER_NAME];
 GetPlayerName(playerid, name, sizeof(name));
 format(string2,sizeof(string2),"Name: %ss'",name);
 ShowPlayerDialog(playerid,Stats,DIALOG_STYLE_MSGBOX,"Player Stats",string2,"Close","");
 return 1;
}
Something like this ?
Reply


Messages In This Thread
/my command - by IzadorO - 14.12.2015, 19:25
Re: /my command - by NourNN - 14.12.2015, 19:30
Re: /my command - by IzadorO - 14.12.2015, 19:34
Re: /my command - by NourNN - 14.12.2015, 19:40
Re: /my command - by dieuhanhphuc - 14.12.2015, 19:51
Re: /my command - by Assassin007 - 14.12.2015, 19:57
Re: /my command - by TwinkiDaBoss - 14.12.2015, 19:59
Re: /my command - by PrO.GameR - 14.12.2015, 20:01

Forum Jump:


Users browsing this thread: 1 Guest(s)