From a4f0c307bd9180a1faa52e8f3580d99dafb25008 Mon Sep 17 00:00:00 2001 From: ChronosX88 Date: Tue, 9 Jan 2024 17:49:03 +0300 Subject: [PATCH] Reduce time to read rules after buying the car to 10 secs --- gamemodes/irresistible/cnr/features/vehicles/vdealership.pwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamemodes/irresistible/cnr/features/vehicles/vdealership.pwn b/gamemodes/irresistible/cnr/features/vehicles/vdealership.pwn index 0fe32c3..23ae704 100644 --- a/gamemodes/irresistible/cnr/features/vehicles/vdealership.pwn +++ b/gamemodes/irresistible/cnr/features/vehicles/vdealership.pwn @@ -365,7 +365,7 @@ hook OnDialogResponse( playerid, dialogid, response, listitem, inputtext[ ] ) if ( p_OwnedVehicles[ playerid ] < 3 ) { ShowPlayerDialog( playerid, DIALOG_BOUGHT_VEH, DIALOG_STYLE_MSGBOX, "{FFFFFF}You've purchased a vehicle!", "{FFFFFF}Glad to see you've purchased a vehicle. Please ensure you read:\n\n* Vehicles are kept until you sell them or go two months inactive. This is not refundable.\n* Do not mispark your vehicle or it can be removed/impounded.\n* Check out /v for vehicle commands.\n* Find an acceptable place to park your new vehicle such as your house or a parking lot.", "Okay", "" ); - SetPVarInt( playerid, "bought_veh_ts", g_iTime + 30 ); + SetPVarInt( playerid, "bought_veh_ts", g_iTime + 10 ); } } case 1: