long dialog not working
#7

Why are you adding "{408080}PERSONAS DATI/PERSONAL INFO{C9C9C9}\n" to an empty string and then formating that string all over again? First of, format the string so it contains only that text and then just add more text using strcat.
pawn Код:
format(longDialog, sizeof(longiDalog)"{408080}PERSONAS DATI/PERSONAL INFO{C9C9C9}\n");
    strcat(longDialog, "{408080}Uzvārds/Surname:\n%s\n", tempstr, sizeof(longDialog));
    strcat(longDialog, "%sVārds/Given name:\n%s\n", name, sizeof(longDialog));
...
Reply


Messages In This Thread
long dialog not working - by thaKing - 20.07.2015, 16:57
Re: long dialog not working - by SpikY_ - 20.07.2015, 17:01
Re: long dialog not working - by thaKing - 20.07.2015, 17:07
Re: long dialog not working - by Mariciuc223 - 20.07.2015, 17:08
Re: long dialog not working - by SpikY_ - 20.07.2015, 17:08
Re: long dialog not working - by thaKing - 20.07.2015, 17:09
Re: long dialog not working - by dominik523 - 20.07.2015, 17:10
Re: long dialog not working - by Mariciuc223 - 20.07.2015, 17:11
Re: long dialog not working - by thaKing - 20.07.2015, 17:17
Re: long dialog not working - by SpikY_ - 20.07.2015, 17:25

Forum Jump:


Users browsing this thread: 7 Guest(s)