07.09.2012, 16:42
(
Последний раз редактировалось Windrush; 07.09.2012 в 17:57.
)
The pawn Compiler is Work Slowly if I Add Dialogs why??
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;
}
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == 1338)
{
if(response)
{
SendClientMessage(playerid,ORANGE, "Have Fun!");
}
return 1;
}