Next in Dialog
#1

Hi

I need to make a next button in Dialog
Cuz when i reatch the limit i get this error
(2143) : error 075: input line too long (after substitutions)

Any sugestions ?
Reply
#2

Use strcat or divide the dialog using '\'. Or else post your code here we will help you out.
Reply
#3

Use

pawn Код:
OnDialogResponse
And make, a. "next option
Reply
#4

Код:
#include <a_samp>

#define red 0xFF0000FF

new pickup;


public OnGameModeInit()
{
    pickup = CreatePickup(1240, 23, -2059.2109, -91.5216, 35.3203, -1);
    return 1;
}


public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid == pickup)
    {
       ShowPlayerDialog(playerid,999,DIALOG_STYLE_LIST, "Car","My Text\nMy Text AND More...","Buy", "Close");
    }
    return 1;
}

}
Reply
#5

Are you sure it's the right code?
Reply
#6

My Text\nMy Text AND More...

I didnt post here all code it too long

Make the next opinion please
Reply
#7

Dafuq man! How can we fix the code which has no problems! Please post the code on line 2143 which has the goddamn problem!
Reply
#8

Quote:
Originally Posted by Faisal_khan
Посмотреть сообщение
Dafuq man! How can we fix the code which has no problems! Please post the code on line 2143 which has the goddamn problem!
Oh

There no need to fix anything

Just add next button or something
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)