[Ajuda] Dialog Tab List
#1

Estou usando strcat para criar uma DIALOG STYLE TABLIST, mas nгo aparece a dialog por causa do strcat, alguйm sabe oque й, e pode me ajudar?
Reply
#2

strcat nгo й compativel com essa dialog eu acho.
Reply
#3

Use format.

new string[500];
format(string, sizeof(string), "%sOpзгo 1\n", string);
format(string, sizeof(string), "%sOpзгo 2\n", string);
format(string, sizeof(string), "%sOpзгo 3\n", string);
format(string, sizeof(string), "%sOpзгo 4\n", string);
format(string, sizeof(string), "%sOpзгo 5\n", string);

Por exemplo
Reply
#4

Quote:
Originally Posted by willttoonn
View Post
Use format.

new string[500];
format(string, sizeof(string), "%sOpзгo 1\n", string);
format(string, sizeof(string), "%sOpзгo 2\n", string);
format(string, sizeof(string), "%sOpзгo 3\n", string);
format(string, sizeof(string), "%sOpзгo 4\n", string);
format(string, sizeof(string), "%sOpзгo 5\n", string);

Por exemplo
LOL que idйia top 0-0 nunca pensei nisso
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)