Merged in smallfixes (pull request #42)

Small fixes
This commit is contained in:
Marin Kovač 2018-12-29 08:13:12 +00:00 committed by Lorenc Pekaj
commit 027c5ef79c
2 changed files with 4 additions and 2 deletions

View File

@ -308,7 +308,8 @@ stock removeExcessiveBuildings( playerid )
RemoveBuildingForPlayer(playerid, 10057, -1669.2188, 723.4688, 57.5469, 0.25); RemoveBuildingForPlayer(playerid, 10057, -1669.2188, 723.4688, 57.5469, 0.25);
RemoveBuildingForPlayer(playerid, 10049, -1683.1406, 786.0938, 38.8203, 0.25); RemoveBuildingForPlayer(playerid, 10049, -1683.1406, 786.0938, 38.8203, 0.25);
RemoveBuildingForPlayer(playerid, 10040, -1765.7422, 799.9453, 53.2266, 0.25); RemoveBuildingForPlayer(playerid, 10040, -1765.7422, 799.9453, 53.2266, 0.25);
RemoveBuildingForPlayer(playerid, 10234, -1639.7109, 799.3984, 40.0859, 0.25);
// Zach's Drug Business // Zach's Drug Business
RemoveBuildingForPlayer(playerid, 5171, 2124.9453, -2275.4531, 20.1406, 0.25); RemoveBuildingForPlayer(playerid, 5171, 2124.9453, -2275.4531, 20.1406, 0.25);
RemoveBuildingForPlayer(playerid, 3577, 2131.3281, -2274.6484, 16.0156, 100.0); RemoveBuildingForPlayer(playerid, 3577, 2131.3281, -2274.6484, 16.0156, 100.0);

View File

@ -6745,7 +6745,8 @@ public OnDialogResponse( playerid, dialogid, response, listitem, inputtext[ ] )
""COL_PINK"Lumberjack Minijob{FFFFFF} - /wood\n"\ ""COL_PINK"Lumberjack Minijob{FFFFFF} - /wood\n"\
""COL_PINK"Meth Production Minijob{FFFFFF} - /meth\n"\ ""COL_PINK"Meth Production Minijob{FFFFFF} - /meth\n"\
""COL_PINK"Mining Minijob{FFFFFF} - /ore\n" ); ""COL_PINK"Mining Minijob{FFFFFF} - /ore\n" );
strcat( szCMDS, ""COL_PINK"Trucking Minijob{FFFFFF} - /work" ); strcat( szCMDS, ""COL_PINK"Trucking Minijob{FFFFFF} - /work\n" );
strcat( szCMDS, ""COL_BROWN"Fireman Minijob{FFFFFF} - /fires");
ShowPlayerDialog( playerid, DIALOG_CMDS_REDIRECT, DIALOG_STYLE_MSGBOX, "{FFFFFF}Civilian Commands", szCMDS, "Okay", "Back" ); ShowPlayerDialog( playerid, DIALOG_CMDS_REDIRECT, DIALOG_STYLE_MSGBOX, "{FFFFFF}Civilian Commands", szCMDS, "Okay", "Back" );
} }
case 3: case 3: