Strcat with player name ?
#1

hello guys i like to show player name in credit dialog when he type credits but i cant heheeh

Код:
CMD:credits(playerid, params[])
{
	new string[516];
	format(string, 516, ""/n);
	strcat(string, "{FFFFFF}BLAH BLAH\n");
	strcat(string, "{FFFFFF}BLAH BLAH\n");
	strcat(string, "{FFFFFF}and thanks to "Playernamehere" for playing here\n");
	ShowPlayerDialog(playerid,128, DIALOG_STYLE_MSGBOX, "Credits", string, "Okay", "");
	return 1;
}
I like to show player name here
Код:
strcat(string, "{FFFFFF}and thanks to "Playernamehere" for playing here\n");
Reply


Messages In This Thread
Strcat with player name ? - by jamesmith12 - 27.07.2015, 05:23
Re: Strcat with player name ? - by iTakelot - 27.07.2015, 05:32
Re: Strcat with player name ? - by jamesmith12 - 27.07.2015, 05:38
Re: Strcat with player name ? - by liquor - 27.07.2015, 05:41
Re: Strcat with player name ? - by jamesmith12 - 27.07.2015, 05:43
Re: Strcat with player name ? - by DarkLored - 27.07.2015, 05:44
Re: Strcat with player name ? - by jamesmith12 - 27.07.2015, 05:46
Re: Strcat with player name ? - by liquor - 27.07.2015, 05:52
Re: Strcat with player name ? - by jamesmith12 - 27.07.2015, 05:53
Re: Strcat with player name ? - by jamesmith12 - 27.07.2015, 06:57

Forum Jump:


Users browsing this thread: 1 Guest(s)