Problem in Dialog
#8

Use
pawn Код:
new str[ 706 ];
and if not works
pawn Код:
new str[ 128 ];
under
pawn Код:
if (strcmp("/teles", cmdtext, true, 10) == 0)
{
If using zcmd
pawn Код:
CMD:teles(playerid,params[])
{
     new str[ 706 ];
// else
     return 1;
}
Reply


Messages In This Thread
Problem in Dialog - by Team_PRO - 21.06.2014, 14:01
Re: Problem in Dialog - by RenovanZ - 21.06.2014, 14:03
AW: Problem in Dialog - by rospar - 21.06.2014, 14:03
Re: Problem in Dialog - by Team_PRO - 21.06.2014, 14:07
Re: Problem in Dialog - by Team_PRO - 21.06.2014, 14:18
AW: Problem in Dialog - by rospar - 21.06.2014, 14:25
Re: Problem in Dialog - by Sojo12 - 21.06.2014, 14:27
Re: Problem in Dialog - by KayJ - 21.06.2014, 14:29
Re: Problem in Dialog - by Sojo12 - 21.06.2014, 14:32
Re: Problem in Dialog - by KayJ - 21.06.2014, 14:37

Forum Jump:


Users browsing this thread: 1 Guest(s)