make strcat
#5

pawn Код:
new string[100], dialogstring[750];
format(string, sizeof(string), "text %specifier", variable);
strcat(dialogstring, string);
format(string, sizeof(string), "text %specifier", variable);
strcat(dialogstring, string);
ShowPlayerDialog(... dialogstring ...); // do the rest of the parameters yourself, I'm on my phone :P
Reply


Messages In This Thread
make strcat - by kbalor - 10.11.2013, 11:49
Re: make strcat - by SAMProductions - 10.11.2013, 12:00
Re: make strcat - by kbalor - 10.11.2013, 12:11
Re: make strcat - by SAMProductions - 10.11.2013, 12:16
Re : make strcat - by DanishHaq - 10.11.2013, 12:17
Re: make strcat - by SAMProductions - 10.11.2013, 12:27
Re: make strcat - by DanishHaq - 10.11.2013, 12:45

Forum Jump:


Users browsing this thread: 2 Guest(s)