SIMPLE
#1

The pawn Compiler is Work Slowly if I Add Dialogs why??
Reply
#2

checkpoint = https://sampforum.blast.hk/showthread.php?tid=340025
Dialog Box = https://sampforum.blast.hk/showthread.php?tid=105229
Reply
#3

Please help me
Reply
#4

Show the code where you add dialogs
Reply
#5

pawn Код:
CMD:help(playerid,params[])
{
    ShowPlayerDialog(playerid,1338,DIALOG_STYLE_MSGBOX,"BEGINER GUIDE","_-_-_-_-_-_-_-_-=NEW-GEN BEGGINER GUIDE=_-_-_-_-_-_-_-_- \n ***House System \n -You Can Find Any House in Whole San Andreas Map \n -To Buy one House Type /buyh \n -To Sell A House Type /sellh \n -/enterh To Enter a house \n\n ***Vehicle Ownership System \n -there are 1950+ vehicles In The Whole San Andreas \n -You Can have A 15 Max Vehicles \n -/vbuy to buy a vehicle \n -/vsell To Sell a Vehicle \n -/vcall To Call Your Vehicle \n\n ***Bussines System \n -You Can Buy A Bussines every where \n -To Buy Them Type /buybiz -\n To Sell Them Type /sellbiz \n -To collect Your Payday Type /cashbox ","Close");
return 1;
}
Reply
#6

You also need to make a dialog under
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
Reply
#7

mobiliz My Dialog Response
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if(dialogid == 1338)
     {
            if(response)
            {
              SendClientMessage(playerid,ORANGE, "Have Fun!");
            }
            return 1;
        }
Reply
#8

Please HELP MEH!
Reply
#9

You got a fast computer?
Reply
#10

Quote:
Originally Posted by windrush
Посмотреть сообщение
The pawn Compiler is Work Slowly if I Add Dialogs why??
What do you mean ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)