07.09.2012, 18:06
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;
}