Help me convert this to a Dialog?
#5

Create a big variable

pawn Код:
new statsstring[2500];
Then use a sequence of formats

pawn Код:
format(statsstring, sizeof(statsstring), "STATS ",params);
format(statsstring, sizeof(statsstring), " %s OTHER STATS", statsstring, other params);
format(statsstring, sizeof(statsstring), " %s OTHER STATS", statsstring, other params);
Don't use strcats
Reply


Messages In This Thread
Help me convert this to a Dialog? - by ChildVape - 31.12.2017, 19:44
Re: Help me convert this to a Dialog? - by RogueDrifter - 31.12.2017, 19:52
Re: Help me convert this to a Dialog? - by ChildVape - 31.12.2017, 20:11
Re: Help me convert this to a Dialog? - by RogueDrifter - 31.12.2017, 20:51
Re: Help me convert this to a Dialog? - by Lucases - 31.12.2017, 21:57
Re: Help me convert this to a Dialog? - by RogueDrifter - 31.12.2017, 22:06
Re: Help me convert this to a Dialog? - by Lucases - 31.12.2017, 23:16

Forum Jump:


Users browsing this thread: 1 Guest(s)