09.10.2011, 17:10
pawn Код:
case 111:
{
if(response)
{
new sctring[2000];
strcat(sctring,"<< Transport >>\n\n");
strcat(sctring,"To drive a car you need a driving license, to fly with a helicopter -\n");
strcat(sctring,"flying license. All the transport needs fuel, get it from gas stations.\n");
strcat(sctring,"If you don't follow the road laws, you can get fined.\n\n");
strcat(sctring,"<< Work >>\n\n");
strcat(sctring,"There are many jobs. You can get one at the city hall.\n");
strcat(sctring,"For example taxi driver, mechanic, etc.");
ShowPlayerDialog(playerid,112,DIALOG_STYLE_MSGBOX,"Transport p. 2",sctring,"Next >>","Menu");
else // Line 11157 - Error
{
ShowPlayerDialog(playerid,61,DIALOG_STYLE_LIST,"Help","[1] Communication\n[2] Players list\n[3] Тransport\n[4] Common\n[5] Transport p. 2\n[6] Guns and killing\n[7] Role Play\n[8] First Steps\n[9] First Steps Part 2\n[10] First Steps Part 3\n[11] PayDay\n\
[12] Faction PayDay\n[13] Business\n[14] Location\n[15] Law-Abiding\n[16] House\n[17] House Part 2","Next >>","Close");
}
}
}
case 112: // Another dialogid, got other 5 errors!