loop with dialogue
#7

pawn Код:
adm[25];
So, what you're probably doing wrong is expecting his playername (up to 24 chars), and the administration rank (~ 11 chars including ':' and space ' '), + [Trabalhando] which is 14 chars including space ' '...

All of this adds up to ~50 chars, so why don't you set it to at least that

pawn Код:
adm[64];
and also change

pawn Код:
format(adm, sizeof dialog1,
to

pawn Код:
format(adm, sizeof(adm),
(There is no way you will need 1000 bytes in the 'adm' array)
Reply


Messages In This Thread
loop with dialogue - by SukMathcuck - 11.07.2015, 21:56
Re: loop with dialogue - by SukMathcuck - 12.07.2015, 00:20
Re : loop with dialogue - by KillerDVX - 12.07.2015, 02:15
Re: Re : loop with dialogue - by SukMathcuck - 12.07.2015, 02:56
Re: loop with dialogue - by youssefehab500 - 12.07.2015, 02:59
Re : loop with dialogue - by KillerDVX - 12.07.2015, 03:09
Re: loop with dialogue - by liquor - 12.07.2015, 03:18

Forum Jump:


Users browsing this thread: 1 Guest(s)