diff --git a/gamemodes/irresistible/cnr/commands/admin/admin_four.pwn b/gamemodes/irresistible/cnr/commands/admin/admin_four.pwn index 544c5fc..a6b3bb9 100644 --- a/gamemodes/irresistible/cnr/commands/admin/admin_four.pwn +++ b/gamemodes/irresistible/cnr/commands/admin/admin_four.pwn @@ -290,7 +290,7 @@ CMD:vcreate( playerid, params [ ] ) } if ( iCarModel != -1 ) { - if ( ( vCar = CreateVehicle( iCarModel, X, Y, Z, Angle, -1, -1, 9999999999999999 ) ) ) { + if ( ( vCar = CreateVehicle( iCarModel, X, Y, Z, Angle, -1, -1, -1 ) ) ) { g_adminSpawnedCar{ vCar } = true; LinkVehicleToInterior( vCar, GetPlayerInterior( playerid ) ); SetVehicleVirtualWorld( vCar, GetPlayerVirtualWorld( playerid ) );