13.01.2013, 00:45
Quote:
WTF? Mano eu sei usar STRCAT! Mas ele nгo funciona neste caso... estб dando erro! Vocкs nгo estгo lendo o tуpico? o_O
|
Faзa o que o Dwayne-Pheonix disse.
pawn Код:
new String[200], String2[200];
format(String, sizeof(String), " Seu Dinheiro: %d \n", GetPlayerMoney(playerid)); strcat(String2, String);
format(String, sizeof(String), " Seu Score: %d ", GetPlayerScore(playerid)); strcat(String2, String);
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, " Exemplo ", String2, "Ok", "");