SIMPLE - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: SIMPLE (
/showthread.php?tid=375597)
SLOW -
Windrush - 07.09.2012
The pawn Compiler is Work Slowly if I Add Dialogs why??
Re: SIMPLE -
mobiliz - 07.09.2012
checkpoint =
https://sampforum.blast.hk/showthread.php?tid=340025
Dialog Box =
https://sampforum.blast.hk/showthread.php?tid=105229
Re: SIMPLE -
Windrush - 07.09.2012
Please help me
Re: SIMPLE -
iTorran - 07.09.2012
Show the code where you add dialogs
Re: SIMPLE -
Windrush - 07.09.2012
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;
}
Re: SIMPLE -
mobiliz - 07.09.2012
You also need to make a dialog under
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
Re: SIMPLE -
Windrush - 07.09.2012
mobiliz My Dialog Response
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == 1338)
{
if(response)
{
SendClientMessage(playerid,ORANGE, "Have Fun!");
}
return 1;
}
Re: SIMPLE -
Windrush - 08.09.2012
Please HELP MEH!
Re: SIMPLE -
CrazyChoco - 08.09.2012
You got a fast computer?
Re: SLOW - Glint - 08.09.2012
Quote:
Originally Posted by windrush
The pawn Compiler is Work Slowly if I Add Dialogs why??
|
What do you mean ?